CMSCacheItemRemovedReason Enumeration |
Specifies the reason an item was removed from the cache.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public enum CMSCacheItemRemovedReason
Members
| Member name | Value | Description |
---|
| Removed | 0 |
The item is removed from the cache because of method remove or replace.
|
| Expired | 1 |
The item is removed from the cache because it expired.
|
| Underused | 2 |
The item is removed from the cache because the system removed it to free memory.
|
| DependencyChanged | 3 |
The item is removed from the cache because the cache dependency associated with it changed.
|
See Also