angular-cache
Advanced tools
Changelog
3.1.1 28 August 2014
Changelog
3.0.3 16 June 2014
Changelog
3.0.2 15 June 2014
Changelog
3.0.0-beta.4 22 April 2014
localstorage
and Safari Private Browsing #107Changelog
3.0.0-beta.3 03 March 2014
Changelog
3.0.0-beta.2 25 February 2014
Changelog
3.0.0-beta.1 24 February 2014
maxAge
and deleteOnExpire
are no longer overridable for individual itemsangular-data.DSCacheFactory
. Angular-cache is now part of the angular-data
namespaceverifyIntegrity
option has been completely removed due to a cache being exclusively in-memory OR in web storage #96storageMode
option are now: "memory"
, "localStorage"
or "sessionStorage"
with the default being "memory"
DSCache#put(key, value)
no longer accepts a third options
argumentDSCache#removeExpired()
no longer accepts an options
argument and thus no longer supports returning removed expired items as an arrayDSCache#remove(key)
no longer accepts an options
argumentDSCache#setOptions(options[, strict])
no longer accepts storageMode
and storageImpl
as part of the options
argumentstorageMode
is no longer dynamically configurablestorageImpl
is no longer dynamically configurableDSCache#enable()
DSCache#disable()
DSCache#setCapacity(capacity)
DSCache#setMaxAge(maxAge)
DSCache#setCacheFlushInterval(cacheFlushInterval)
DSCache#setRecycleFreq(recycleFreq)
DSCache#setDeleteOnExpire(deleteOnExpire)
DSCache#setOnExpire(onExpire)
storagePrefix
for customizing the prefix used in localStorage
, etc. #98