Class PerformanceCounterDefinitions.L2Cache
Inheritance
System.Object
PerformanceCounterDefinitions.L2Cache
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public static class L2Cache
Fields
CategoryName
Declaration
public const string CategoryName = "Telerik Data Access Cache"
Field Value
System.
|
ObjectEntriesDescription
Declaration
public const string ObjectEntriesDescription = "L2 Object Cache Entries is the number of cached objects."
Field Value
System.
|
ObjectEntriesName
Declaration
public const string ObjectEntriesName = "L2 Object Cache Entries"
Field Value
System.
|
ObjectHitsDescription
Declaration
public const string ObjectHitsDescription = "L2 Object Cache Hits is the number of successful object cache requests."
Field Value
System.
|
ObjectHitsName
Declaration
public const string ObjectHitsName = "L2 Object Cache Hits"
Field Value
System.
|
ObjectMissesDescription
Declaration
public const string ObjectMissesDescription = "L2 Object Cache Misses is the number of unsatisfied object cache requests."
Field Value
System.
|
ObjectMissesName
Declaration
public const string ObjectMissesName = "L2 Object Cache Misses"
Field Value
System.
|
QueryEntriesDescription
Declaration
public const string QueryEntriesDescription = "L2 Query Cache Entries is the number of cached queries."
Field Value
System.
|
QueryEntriesName
Declaration
public const string QueryEntriesName = "L2 Query Cache Entries"
Field Value
System.
|
QueryHitsDescription
Declaration
public const string QueryHitsDescription = "L2 Query Cache Hits is the number of successful query cache requests."
Field Value
System.
|
QueryHitsName
Declaration
public const string QueryHitsName = "L2 Query Cache Hits"
Field Value
System.
|
QueryMissesDescription
Declaration
public const string QueryMissesDescription = "L2 Query Cache Misses is the number of unsatisfied query cache requests."
Field Value
System.
|
QueryMissesName
Declaration
public const string QueryMissesName = "L2 Query Cache Misses"
Field Value
System.
|
Properties
ObjectEntries
Declaration
public static CounterCreationData ObjectEntries { get; }
Property Value
System.
|
ObjectHits
Declaration
public static CounterCreationData ObjectHits { get; }
Property Value
System.
|
ObjectMisses
Declaration
public static CounterCreationData ObjectMisses { get; }
Property Value
System.
|
QueryEntries
Declaration
public static CounterCreationData QueryEntries { get; }
Property Value
System.
|
QueryHits
Declaration
public static CounterCreationData QueryHits { get; }
Property Value
System.
|
QueryMisses
Declaration
public static CounterCreationData QueryMisses { get; }
Property Value
System.
|