IObjectCacheTKey, TValueItem Property

Scanjour Workflow4 Reference Manual
The key of the item to get

Namespace:  Scanjour.Workflow4.Base.Cache
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

TValue this[
	Uri uri,
	TKey key
] { get; }

Parameters

uri
Type: SystemUri
uri identifing the database
key
Type: TKey
key of the item in the cache

Property Value

Type: TValue
See Also

Reference