Share via


IKeyCache Interface

Definition

public interface IKeyCache
type IKeyCache = interface
Public Interface IKeyCache

Methods

Clear()
DeleteKey(IKeyStoreKey)
Deserialize(Byte[], Boolean)
GetKey<T>(IKeyStoreKey)
SaveKey<T>(IKeyStoreKey, T)
Serialize()
SetBeforeAccess(KeyStoreCallbak)
SetOnUpdate(KeyStoreCallbak)

Applies to