Click or drag to resize

CachePersistorBaseSaveInternal 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#
protected abstract void SaveInternal(
	CacheItem cacheItem
)

Parameters

cacheItem
Type: ASDSoft.WebSigner.Server.CacheCacheItem
Cache item with signature session a expiration.
Remarks
If the signature session already exists in the cache, will be overwritten.
See Also