CachePersistorBase Class | 
Namespace: ASDSoft.WebSigner.Server.Cache
public abstract class CachePersistorBase
The CachePersistorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CachePersistorBase | 
            Base constructor.
              | 
| Name | Description | |
|---|---|---|
| DefaultExpiration | 
            Default time expiration for store signature session in the cache without interaction.
              | |
| DocumentPersistor | ||
| Synchronizer | 
            Implementation of notification and synchronization changes in the cache.
              | 
| Name | Description | |
|---|---|---|
| Delete | 
            Remove signature session from cache.
              | |
| DeleteInternal | 
            Specific implementation of deleting signature session from cache called from method Delete(String).
              | |
| GetExpiredSessionsId | 
            Get all expired signature session items in the cache for cleaning cache.
              | |
| Load | 
            Load signature session from cache.
              | |
| LoadProgress | 
            Load progress of signatures saving from cache.
              | |
| Save | 
            Save signature session to cache.
              | |
| SaveInternal | 
            Specific implementation of saving signature session to cache called from method Save(SignatureSession).
              | |
| SaveProgress | 
            Save progress of signatures saving to cache.
              |