Click or drag to resize
CMSCacheItemRemovedReason Enumeration
Specifies the reason an item was removed from the cache.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public enum CMSCacheItemRemovedReason
Members
  Member nameValueDescription
Removed0 The item is removed from the cache because of method remove or replace.
Expired1 The item is removed from the cache because it expired.
Underused2 The item is removed from the cache because the system removed it to free memory.
DependencyChanged3 The item is removed from the cache because the cache dependency associated with it changed.
See Also