IObjectCacheTKey, TValueItem Property

The key of the item to get

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#
TValue this[
	Uri uri,
	TKey key
] { get; }

Parameters

uri  Uri
uri identifing the database
key  TKey
key of the item in the cache

Property Value

TValue

See Also