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

Something like:

```js
cache.settings({
  removalStrategy: "least-matched"
});
```

…where the developer can allow the browser to auto-delete items from the cache based on some kind of strategy.

Apologies for the really rough idea, just wanted to add something before I forgot :smile: 

---
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/863

Received on Thursday, 31 March 2016 14:58:35 UTC