SerializedCachePersistorBase Methods |
The SerializedCachePersistorBase type exposes the following members.
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.
|