NullCacheAdapter
Implements
Index
Constructors
Methods
Constructors
constructor
Returns NullCacheAdapter
Methods
clear
Returns void
get
Gets the items under
name
key from the cache.Parameters
name: string
Returns any
remove
Removes the item from cache.
Parameters
name: string
Returns void
set
Sets the item to the cache.
origin
is used for cache invalidation and should reflect the change in data.Parameters
name: string
data: any
origin: string
Returns void
Clears all items stored in the cache.