Click or drag to resize
IPersistentCacheItem Interface
Cache item interface

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public interface IPersistentCacheItem

The IPersistentCacheItem type exposes the following members.

Properties
  NameDescription
Public propertyCacheKey
Cache key
Public propertySiteName
Site name
Public propertyValue
Item value
Top
See Also