MemoryCachePersistor Class |
Namespace: ASDSoft.WebSigner.Server.Cache
public class MemoryCachePersistor : CachePersistorBase
The MemoryCachePersistor type exposes the following members.
Name | Description | |
---|---|---|
MemoryCachePersistor | Initializes a new instance of the MemoryCachePersistor 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 |
Delete signature session item from the memory cache
(Overrides CachePersistorBaseDeleteInternal(String).) | |
GetExpiredSessionsId |
Get all expired signature session items in the memory cache for cleaning cache.
(Overrides CachePersistorBaseGetExpiredSessionsId.) | |
Load |
Load signature session from memory cache.
(Overrides CachePersistorBaseLoad(String).) | |
LoadProgress |
Load progress of signatures saving from memory cache.
(Overrides CachePersistorBaseLoadProgress(String).) | |
Save |
Save signature session to cache.
(Inherited from CachePersistorBase.) | |
SaveInternal |
Save signature session item to the memory cache.
(Overrides CachePersistorBaseSaveInternal(CacheItem).) | |
SaveProgress |
Save progress of signatures saving to memory cache
(Overrides CachePersistorBaseSaveProgress(String, Int32).) |