Ignition |
The IgnitionCacheAccess type exposes the following members.
| Name | Description | |
|---|---|---|
| IgnitionCacheAccess | Constructor for accessing a specific cache region with an optional defaultAbsoluteExpirationDuration |
| Name | Description | |
|---|---|---|
| Clear | Removes all cache entries from the cache region that this instance was initialized to. | |
| GetT | Returns an entry from the cache, with an automatic cast to T. | |
| GlobalClear | Removes all cache entries from all regions that are managed by IgnitionCacheAccess. | |
| Remove | Removes the specified item from the cache. | |
| Set | Inserts a cache entry into the cache. | |
| TryGetValueT | Returns an entry from the cache, with an automatic cast to T. |