- From: Jake Archibald <notifications@github.com>
- Date: Wed, 20 Dec 2017 10:56:15 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 December 2017 10:56:38 UTC
If we want auto-cleanup within a cache I think it'd be more convenient if the settings applied to a cache rather than an individual response. ```js await cache.setEvictionBehaviour(…); ``` That way you're applying caching behaviour to the cache. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/863#issuecomment-353032101
Received on Wednesday, 20 December 2017 10:56:38 UTC