Click or drag to resize

SerializedCachePersistorBase Methods

The SerializedCachePersistorBase type exposes the following members.

Methods
  NameDescription
Public methodDelete
Remove signature session from cache.
(Inherited from CachePersistorBase.)
Protected methodDeleteInternal
Specific implementation of deleting signature session from cache called from method Delete(String).
(Inherited from CachePersistorBase.)
Protected methodGetExpiredSessionsId
Get all expired signature session items in the cache for cleaning cache.
(Inherited from CachePersistorBase.)
Public methodLoad
Load and deserialize signature session from external cache.
(Overrides CachePersistorBaseLoad(String).)
Public methodLoadProgress
Load progress of signatures saving from cache.
(Inherited from CachePersistorBase.)
Protected methodLoadSerialized
The specific implementation of external cache for loading the serialized signature session from external cache.
Public methodSave
Save signature session to cache.
(Inherited from CachePersistorBase.)
Protected methodSaveInternal
Serialize and save signature session item to the external cache.
(Overrides CachePersistorBaseSaveInternal(CacheItem).)
Public methodSaveProgress
Save progress of signatures saving to cache.
(Inherited from CachePersistorBase.)
Protected methodSaveSerialized
The specific implementation of external cache for saving the serialized signature session.
Top
See Also