Click or drag to resize

MemoryCachePersistor Class

Store of SignatureSession in memory.
Inheritance Hierarchy

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public class MemoryCachePersistor : CachePersistorBase

The MemoryCachePersistor type exposes the following members.

Constructors
  NameDescription
Public methodMemoryCachePersistor
Initializes a new instance of the MemoryCachePersistor class
Top
Properties
  NameDescription
Protected propertyDefaultExpiration
Default time expiration for store signature session in the cache without interaction.
(Inherited from CachePersistorBase.)
Public propertyDocumentPersistor (Inherited from CachePersistorBase.)
Public propertySynchronizer
Implementation of notification and synchronization changes in the cache.
(Inherited from CachePersistorBase.)
Top
Methods
Remarks
Restart of application pool delete all items in cache and ending the signature process can throw an exception!
See Also