IObjectCacheTKey, TValueClear(Uri, TKey) Method

Remove object from the hash including statistics

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
void Clear(
	Uri uri,
	TKey key
)

Parameters

uri  Uri
uri identifing the database
key  TKey

[Missing <param name="key"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.Clear(System.Uri,`0)"]

See Also