Enum CacheItemRemovedReason
- Namespace
- Dynamicweb.Caching
- Assembly
- Dynamicweb.Core.dll
CacheItemRemovedReason enum. Specifies the reason why a cache item was removed from the cache.
Fields
CacheSpecificEviction = 0The cache item was evicted because of the specific cache implementation.
DependencyChanged = 1The cache item was evicted because one or more of its dependencies changed.
Evicted = 2The cache item was evicted to free memory in the cache.
Expired = 3The cache item expired.
Removed = 4The cache item was manually removed or updated.