|  | ClusterFileCachePersistor Methods | 
The ClusterFileCachePersistor type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Delete | 
            Remove signature session from cache.
            (Inherited from CachePersistorBase.) | 
|  | DeleteInternal | 
            Delete signature session file from folder.
            (Inherited from FileCachePersistor.) | 
|  | GetExpiredSessionsId | 
            Get all expired files in a folder for cleaning folder.
            (Inherited from FileCachePersistor.) | 
|  | GetFileInfo | 
            Construct path for signature session file.
            (Inherited from FileCachePersistor.) | 
|  | Load | 
            Load and deserialize signature session from external cache.
            (Inherited from SerializedCachePersistorBase.) | 
|  | LoadProgress | 
            Load progress of signatures saving from file.
            (Inherited from FileCachePersistor.) | 
|  | LoadSerialized | 
            Load the serialized signature session from file.
            (Inherited from FileCachePersistor.) | 
|  | 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.
            (Inherited from FileCachePersistor.) | 
|  | SaveSerialized | 
            Save the serialized signature session to file.
            (Inherited from FileCachePersistor.) | 
 See Also
See Also