![]() | 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 CachePersistorBase.DeleteInternal(String).) |
![]() | GetExpiredSessionsId |
Get all expired signature session items in the memory cache for cleaning cache.
(Overrides CachePersistorBase.GetExpiredSessionsId().) |
![]() | Load |
Load signature session from memory cache.
(Overrides CachePersistorBase.Load(String).) |
![]() | LoadProgress |
Load progress of signatures saving from memory cache.
(Overrides CachePersistorBase.LoadProgress(String).) |
![]() | Save |
Save signature session to cache.
(Inherited from CachePersistorBase.) |
![]() | SaveInternal |
Save signature session item to the memory cache.
(Overrides CachePersistorBase.SaveInternal(CacheItem).) |
![]() | SaveProgress |
Save progress of signatures saving to memory cache
(Overrides CachePersistorBase.SaveProgress(String, Int32).) |