This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The reason that the cache item was removed.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public enum CacheItemRemovedReason |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration CacheItemRemovedReason |
Members
Member name | Description | |
---|---|---|
Expired |
The item has expired.
| |
Removed |
The item was manually removed from the cache.
| |
Scavenged |
The item was removed by the scavenger because it had a lower priority that any other item in the cache.
| |
Unknown |
Reserved. Do not use.
|
See Also
Smartsite.Tools.Caching Namespace