This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents an entry in the cache.

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

Syntax

C#Copy imageCopy Code
public class CacheEntry : , 
Visual Basic (Declaration)Copy imageCopy Code
Public Class CacheEntry _
	Inherits  _
	Implements 

Remarks

Cache entry access is not thread safe.

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..ResponseInfoBase
    Smartsite.Tools.Caching.Angelina..::..CacheEntry

See Also

Advanced