Click or drag to resize

CachePersistorBase Class

Base class for implementation store of SignatureSession in cache.
Inheritance Hierarchy

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

The CachePersistorBase type exposes the following members.

Constructors
  NameDescription
Protected methodCachePersistorBase
Base constructor.
Top
Properties
  NameDescription
Protected propertyDefaultExpiration
Default time expiration for store signature session in the cache without interaction.
Public propertyDocumentPersistor
Public propertySynchronizer
Implementation of notification and synchronization changes in the cache.
Top
Methods
  NameDescription
Public methodDelete
Remove signature session from cache.
Protected methodDeleteInternal
Specific implementation of deleting signature session from cache called from method Delete(String).
Protected methodGetExpiredSessionsId
Get all expired signature session items in the cache for cleaning cache.
Public methodLoad
Load signature session from cache.
Public methodLoadProgress
Load progress of signatures saving from cache.
Public methodSave
Save signature session to cache.
Protected methodSaveInternal
Specific implementation of saving signature session to cache called from method Save(SignatureSession).
Public methodSaveProgress
Save progress of signatures saving to cache.
Top
See Also