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

The problem with "last accessed time" is the difference between "accessed" and "used".

If I do `cache.keys()` have I just made the access time equal across all items of my cache? What if I get an item out of the cache but don't actually use it?

-- 
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-352817405

Received on Tuesday, 19 December 2017 16:49:08 UTC