maxAge is not working
cullsin opened this issue · 0 comments
cullsin commented
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