FileCachePersistor Class |
Namespace: ASDSoft.WebSigner.Server.Cache
public class FileCachePersistor : SerializedCachePersistorBase
The FileCachePersistor type exposes the following members.
| Name | Description | |
|---|---|---|
| FileCachePersistor |
Constructor for change default folder for store.
|
| Name | Description | |
|---|---|---|
| CacheFolder |
Folder for store provide in constructor.
| |
| 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 file from folder.
(Overrides CachePersistorBaseDeleteInternal(String).) | |
| GetExpiredSessionsId |
Get all expired files in a folder for cleaning folder.
(Overrides CachePersistorBaseGetExpiredSessionsId.) | |
| GetFileInfo |
Construct path for signature session file.
| |
| Load |
Load and deserialize signature session from external cache.
(Inherited from SerializedCachePersistorBase.) | |
| LoadProgress |
Load progress of signatures saving from file.
(Overrides CachePersistorBaseLoadProgress(String).) | |
| LoadSerialized |
Load the serialized signature session from file.
(Overrides SerializedCachePersistorBaseLoadSerialized(String).) | |
| Save |
Save signature session to cache.
(Inherited from CachePersistorBase.) | |
| SaveInternal |
Serialize and save signature session item to the external cache.
(Inherited from SerializedCachePersistorBase.) | |
| SaveProgress |
Save progress of signatures saving to file.
(Overrides CachePersistorBaseSaveProgress(String, Int32).) | |
| SaveSerialized |
Save the serialized signature session to file.
(Overrides SerializedCachePersistorBaseSaveSerialized(String, DateTime, Byte).) |