Click or drag to resize

IgnitionCacheAccess Class

Provides access to caching services managed by Ignition
Inheritance Hierarchy
SystemObject
  Ignition.UtilityIgnitionCacheAccess

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class IgnitionCacheAccess

The IgnitionCacheAccess type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionCacheAccess Constructor for accessing a specific cache region with an optional defaultAbsoluteExpirationDuration
Top
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