ASDSoft.WebSigner.Server.Cache Namespace |
Class | Description | |
---|---|---|
Base64StreamHelper |
Helper for convert large streamed data from and to base64 string.
| |
CacheItem |
Cache item for store SignatureSession in cache implemented by CachePersistorBase.
| |
CacheItemT |
Cache item for store in cache.
| |
CachePersistorBase |
Base class for implementation store of SignatureSession in cache.
| |
ClusterFileCachePersistor |
Store of SignatureSession in file system synchronized by file system in cluster (Web Farm).
| |
FileCachePersistor |
Store of SignatureSession in file system.
| |
FileCachePersistorCleaner |
Helper class for cleaning file type cache.
| |
MemoryCachePersistor |
Store of SignatureSession in memory.
| |
SecureDocumentPersistor |
Base class for implementation IDocumentPersistor with secure stored document by encryption.
| |
SerializedCachePersistorBase |
Base class for implementation store of SignatureSession in external cache that require serialization of signature session data.
|
Interface | Description | |
---|---|---|
ICacheSynchronizer |
Interface for implementation of notification and synchronization changes SignatureSession items in the cache.
| |
IDocumentPersistor |
Interface for implementation persisting of documents in Signature Context during signing process.
|
Enumeration | Description | |
---|---|---|
CachLockType |
Enumeration of lock type for access SignatureSession in CachePersistorBase.
|