Re: [w3c/ServiceWorker] Allow caches to opt-in to granular cleanup (#863)

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