CacheFactory
CacheFactory copied to clipboard
CacheFactory is a very simple and useful synchronous key-value store for the browser.
http://www.w3.org/TR/2011/WD-html5-20110525/timers.html#timers > When the above methods are to get the timeout, they must run the following steps: > 1. Let timeout be the second argument to the method, or zero...
Calling `cache.dispose` will dispose of that cache removing it from the `CacheFactory`; any items that the cache has added to underlying storage will _not_ be removed
Adds support for different replacementStrategies Implements cache reinitialization that doesnt affect LRU