ObjectCacheFactoryGetStatistics Method
Returns statistics for all caches in the static context - or cache identified by the supplied typename.
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static IEnumerable<ICacheStatistics> GetStatistics(
string typeName
)
Public Shared Function GetStatistics (
typeName As String
) As IEnumerable(Of ICacheStatistics)
public:
static IEnumerable<ICacheStatistics^>^ GetStatistics(
String^ typeName
)
static member GetStatistics :
typeName : string -> IEnumerable<ICacheStatistics>
- typeName String
- The object type of the cache. If empty all caches will be returned
IEnumerableICacheStatisticsStatistic information about cache and objects in cache