IObjectCacheTKey, TValueItem Property
The key of the item to get
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
TValue this[
Uri uri,
TKey key
] { get; }
ReadOnly Default Property Item (
uri As Uri,
key As TKey
) As TValue
Get
property TValue default[Uri^ uri, TKey key] {
TValue get (Uri^ uri, TKey key);
}
abstract Item : 'TValue with get
- uri Uri
- uri identifing the database
- key TKey
- key of the item in the cache
TValue