SerializedCachePersistorBase Class |
Namespace: ASDSoft.WebSigner.Server.Cache
public abstract class SerializedCachePersistorBase : CachePersistorBase
The SerializedCachePersistorBase type exposes the following members.
Name | Description | |
---|---|---|
SerializedCachePersistorBase | Initializes a new instance of the SerializedCachePersistorBase class |
Name | Description | |
---|---|---|
DefaultExpiration |
Default time expiration for store signature session in the cache without interaction.
(Inherited from CachePersistorBase.) | |
DocumentPersistor | (Inherited from CachePersistorBase.) | |
Synchronizer |
Implementation of notification and synchronization changes in the cache.
(Inherited from CachePersistorBase.) |
Name | Description | |
---|---|---|
Delete |
Remove signature session from cache.
(Inherited from CachePersistorBase.) | |
DeleteInternal |
Specific implementation of deleting signature session from cache called from method Delete(String).
(Inherited from CachePersistorBase.) | |
GetExpiredSessionsId |
Get all expired signature session items in the cache for cleaning cache.
(Inherited from CachePersistorBase.) | |
Load |
Load and deserialize signature session from external cache.
(Overrides CachePersistorBaseLoad(String).) | |
LoadProgress |
Load progress of signatures saving from cache.
(Inherited from CachePersistorBase.) | |
LoadSerialized |
The specific implementation of external cache for loading the serialized signature session from external cache.
| |
Save |
Save signature session to cache.
(Inherited from CachePersistorBase.) | |
SaveInternal |
Serialize and save signature session item to the external cache.
(Overrides CachePersistorBaseSaveInternal(CacheItem).) | |
SaveProgress |
Save progress of signatures saving to cache.
(Inherited from CachePersistorBase.) | |
SaveSerialized |
The specific implementation of external cache for saving the serialized signature session.
|