IObjectCacheTKey, TValueGetStatistics Method

Returns statistic information for a item in the cache

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#
ICacheStatisticRecord GetStatistics(
	Uri uri,
	TKey key
)

Parameters

uri  Uri

[Missing <param name="uri"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.GetStatistics(System.Uri,`0)"]

key  TKey

[Missing <param name="key"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.GetStatistics(System.Uri,`0)"]

Return Value

ICacheStatisticRecord

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.GetStatistics(System.Uri,`0)"]

See Also