Click or drag to resize
CacheItemContainer Class
Container for the cache item.
Inheritance Hierarchy
SystemObject
  CMS.HelpersCacheItemContainer

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class CacheItemContainer

The CacheItemContainer type exposes the following members.

Constructors
  NameDescription
Public methodCacheItemContainer
Constructor.
Top
Properties
  NameDescription
Public propertyAbsoluteExpiration
Cache absolute expiration.
Public propertyCreated
Time when the item was created
Public propertyData
Data item.
Public propertyDependencies
Cache dependencies.
Public propertyPriority
Cache priority.
Public propertySlidingExpiration
Cache sliding expiration.
Top
See Also