tomayac’s avatartomayac’s Twitter Archive—№ 9,693

  1. …in reply to @SimmerVigor
    @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).
    1. …in reply to @tomayac
      @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.