ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner.Server.Cache
CachePersistorBase Class
CachePersistorBase Methods
Delete Method
DeleteInternal Method
GetExpiredSessionsId Method
Load Method
LoadProgress Method
Save Method
SaveInternal Method
SaveProgress Method
CachePersistorBase
SaveInternal Method
Specific implementation of saving signature session to cache called from method
Save(SignatureSession)
.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
Copy
protected
abstract
void
SaveInternal
(
CacheItem
cacheItem
)
Parameters
cacheItem
Type:
ASDSoft.WebSigner.Server.Cache
CacheItem
Cache item with signature session a expiration.
Remarks
If the signature session already exists in the cache, will be overwritten.
See Also
Reference
CachePersistorBase Class
ASDSoft.WebSigner.Server.Cache Namespace