PersistentCacheItemDataType Class |
Namespace: CMS.Helpers
[SerializableAttribute] public class PersistentCacheItem<DataType> : IPersistentCacheItem
The PersistentCacheItemDataType type exposes the following members.
Name | Description | |
---|---|---|
PersistentCacheItemDataType | Obsolete.
Initializes a new instance of the PersistentCacheItemDataType class.
| |
PersistentCacheItemDataType(String, DataType, CMSCacheDependency, Int32, DateTime, DateTime, String) |
Initializes a new instance of the PersistentCacheItemDataType class.
|
Name | Description | |
---|---|---|
CacheDependencies |
Cache dependencies
| |
CacheKey |
Cache key
| |
CacheMinutes |
Cache minutes
| |
Data |
Item data - Strongly typed
| |
Expires |
Time when the cache item expires
| |
FileExpires |
Time when the cache file expires
| |
SiteName |
Site name
| |
Value |
Item value
|