angular-cache
angular-cache copied to clipboard
maxAge is not working
Hi,
The following code is not working and the cache persists even after maxAge. Can you suggest me what might be missing.
CacheFactory.createCache(cacheName, { storagePrefix: 'tmng.', deleteOnExpire: 'aggressive', maxAge: 2 storageMode: 'localStorage' }
Thanks, Raja K