Re: [slightlyoff/ServiceWorker] Cache transactions & fixing `addAll` (#823)

Just to clarify:

Imagine 100 small files in SW cache (http2). On each project release 2-3 files are changed.
So on each release I want to move 2-3 files from _tmp-cache_ to _original-cache_ and be sure that all files in _original-cache_ always are up-to-date (no collisions).
Moving 97-98 files from _original-cache_ to _tmp-cache_ and then swapping pointer to _tmp-cache_ could help here, but.. it's movement of 97-98 files. 

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/823#issuecomment-210834831

Received on Saturday, 16 April 2016 14:59:24 UTC