Click or drag to resize

IgnitionCacheAccess Methods

The IgnitionCacheAccess type exposes the following members.

Methods
 NameDescription
Public methodClear Removes all cache entries from the cache region that this instance was initialized to.
Public methodGetT Returns an entry from the cache, with an automatic cast to T.
Public methodStatic memberGlobalClear Removes all cache entries from all regions that are managed by IgnitionCacheAccess.
Public methodRemove Removes the specified item from the cache.
Public methodSet Inserts a cache entry into the cache.
Public methodTryGetValueT Returns an entry from the cache, with an automatic cast to T.
Top
See Also