CacheFactory icon indicating copy to clipboard operation
CacheFactory copied to clipboard

CacheFactory is a very simple and useful synchronous key-value store for the browser.

Results 13 CacheFactory issues
Sort by recently updated
recently updated
newest added

Does CacheFactory supports AngularJS application as well? I am using both AngularJS and Angular2+ in my project. Does this library will give leverage so that if I load data in...

Right now when using info method from Cache the return type is either `ItemInfo` or `CacheInfo`. This change (Info overload interface) will result in a `CacheInfo` return value when the...

Enabled flag key name is `enabled` not `enable` inside `CacheOptions` when querying cache.info(); Reproduce by simply creating a cache and console logging out cache.info();

Fixes https://github.com/jmdobry/CacheFactory/issues/32

The following returns the value of the cached item only if it is present in the `expiresHeap`: ```js { key: 'removeExpired', value: function removeExpired() { // ... while ((expiredItem =...

Don't change promise data when caching which cause angular errors in angular-cache project

We notice a big hit on performance in IE 11 when we need to get/put ~1000 objects to the cache in a loop. After some analysis, it looks like the...

See https://github.com/jmdobry/angular-cache/issues/180#issuecomment-159095766