Click or drag to resize

ICacheSynchronizer Interface

Interface for implementation of notification and synchronization changes SignatureSession items in the cache.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface ICacheSynchronizer

The ICacheSynchronizer type exposes the following members.

Methods
  NameDescription
Public methodAddChangeHandler
Add a handler for getting changes in the signature session cache.
Public methodLock
Lock cache for concurrent access.
Public methodOnChanged
Called by CachePersistorBase on add, update and remove SignatureSession in cache.
Public methodRemoveChangeHandler
Remove a handler for getting changes in the signature session cache.
Top
See Also