This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This class contains all data important to define an item stored in the cache. It holds both the key and value specified by the user, as well as housekeeping information used internally by this block. It is public, rather than internal, to allow block extenders access to it inside their own implementations of IBackingStore.

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class CacheItem
Visual Basic (Declaration)Copy imageCopy Code
Public Class CacheItem

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Caching..::..CacheItem

See Also

Advanced