Click or drag to resize

CachePersistorBase Methods

The CachePersistorBase type exposes the following members.

Methods
  NameDescription
Public methodDelete
Remove signature session from cache.
Protected methodDeleteInternal
Specific implementation of deleting signature session from cache called from method Delete(String).
Protected methodGetExpiredSessionsId
Get all expired signature session items in the cache for cleaning cache.
Public methodLoad
Load signature session from cache.
Public methodLoadProgress
Load progress of signatures saving from cache.
Public methodSave
Save signature session to cache.
Protected methodSaveInternal
Specific implementation of saving signature session to cache called from method Save(SignatureSession).
Public methodSaveProgress
Save progress of signatures saving to cache.
Top
See Also