Re: [slightlyoff/ServiceWorker] Entries movement between caches (#871)

@jakearchibald it's not about renaming caches (which would be good to have by itself), but about moving individual entries of cache `A` to cache `B`. Something like this: `cacheA.move('/main.js', cacheB)` (but better version)

---
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/871#issuecomment-207601971

Received on Friday, 8 April 2016 20:53:27 UTC