-
@SimmerVigor @DeanoHume cache.keys() returns results in insertion order, so FIFO/LIFO is easy: developer.mozilla.org/en-US/docs/Web/API/Cache/keys. Wish there was a direct way to get last accessed time for more straightforward LRU/MRU (note: already possible now: github.com/w3c/ServiceWorker/issues/587, CC: @jaffathecake).
-
@SimmerVigor @DeanoHume @jaffathecake Continuing this discussion in github.com/w3c/ServiceWorker/issues/863#issuecomment-349319261. Might be worthwhile additionally getting @jeffposnick's, @gauntface's, and @philwalton's opinion on this in the context of @workboxjs.