jmdobry/angular-cache

maxAge is not working

cullsin opened this issue · 0 comments

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