Click or drag to resize

CacheItemT Class

Cache item for store in cache.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.CacheCacheItemT
    ASDSoft.WebSigner.Server.CacheCacheItem

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 CacheItemT 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