Click or drag to resize

CacheItem<T> Class

Cache item for store in cache.
Inheritance Hierarchy
System.Object
  ASDSoft.WebSigner.Server.Cache.CacheItem<T>
    ASDSoft.WebSigner.Server.Cache.CacheItem

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public abstract class CacheItem<T>

Type Parameters

T
Type of serializable cache item

The CacheItem<T> type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyItem
Item stored in the cache.
Public propertyValidToUtc
Absolute UTC time when item expired in the cache.
Top
See Also