ObjectCacheFactoryGetStatistics Method

Returns statistics for all caches in the static context - or cache identified by the supplied typename.

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#
public static IEnumerable<ICacheStatistics> GetStatistics(
	string typeName
)

Parameters

typeName  String
The object type of the cache. If empty all caches will be returned

Return Value

IEnumerableICacheStatistics
Statistic information about cache and objects in cache

See Also