Re: [ServiceWorker] Can create caches in the persistent storage? (#803)

SW cache is a persistent storage. Unless explicitly deleted by the API, the resources will persist. Detecting and handling a storage pressure is supposed to be handled by `beforeevicted` and `evicted` events defined in Quota Management API: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#storage-considerations.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/803#issuecomment-166292302

Received on Monday, 21 December 2015 12:27:15 UTC