ObjectCacheFactoryGetTKey, TValue Method

Scanjour Workflow4 Reference Manual
Gets or creates a new object cache in the static context

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

public static IObjectCache<TKey, TValue> Get<TKey, TValue>()
where TValue : ICachableObject

Type Parameters

TKey
Type of the key used for the storing the objects in the cache
TValue
Type of the objects that are cached

Return Value

Type: IObjectCacheTKey, TValue
The newly created object cache
See Also

Reference