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 imageCopy Code
public enum CacheItemRemovedReason
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CacheItemRemovedReason

Members

Member nameDescription
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

Advanced