This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class CacheItem |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheItem |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
EligibleForScavenging |
Intended to be used internally only. The value should be true when an item is eligible for scavenging.
|
|
Key |
Returns the key associated with this CacheItem
|
|
LastAccessedTime |
Returns the last accessed time.
|
|
RefreshAction |
Intended to be used internally only. Returns object used to refresh expired CacheItems.
|
|
ScavengingPriority |
Returns the CacheItemPriority assigned to this CacheItem
|
|
Value |
Returns the cached value of this CacheItem
|
|
WillBeExpired |
Intended to be used internally only. The value should be true when an item is eligible to be expired.
|
See Also
Smartsite.Tools.Caching Namespace