Click or drag to resize
PersistentCacheItemDataType Class
Class to cover the cache item with all its information
Inheritance Hierarchy
SystemObject
  CMS.HelpersPersistentCacheItemDataType

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class PersistentCacheItem<DataType>

Type Parameters

DataType

The PersistentCacheItemDataType type exposes the following members.

Constructors
  NameDescription
Public methodPersistentCacheItemDataType Obsolete.
Initializes a new instance of the PersistentCacheItemDataType class.
Public methodPersistentCacheItemDataType(String, DataType, CMSCacheDependency, Int32, DateTime, DateTime, String)
Initializes a new instance of the PersistentCacheItemDataType class.
Top
Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies
Public propertyCacheKey
Cache key
Public propertyCacheMinutes
Cache minutes
Public propertyData
Item data - Strongly typed
Public propertyExpires
Time when the cache item expires
Public propertyFileExpires
Time when the cache file expires
Public propertySiteName
Site name
Public propertyValue
Item value
Top
See Also