Click or drag to resize

CacheItem Class

Cache item for store SignatureSession in cache implemented by CachePersistorBase.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.CacheCacheItemSignatureSession
    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 sealed class CacheItem : CacheItem<SignatureSession>

The CacheItem type exposes the following members.

Properties
  NameDescription
Public propertySession
Signature session stored in the cache.
Public propertyValidToUtc
Absolute UTC time when item expired in the cache.
(Inherited from CacheItemT.)
Top
See Also