Struct PermanentLinkMapStore.Counters
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Collection of performance counters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public struct Counters
Fields
GuidHits
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of times we hit a Guid in the cache
Declaration
public long GuidHits
Field Value
Type | Description |
---|---|
System.Int64 |
MappedUrlHits
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of times we hit a MappedUrl in the cache
Declaration
public long MappedUrlHits
Field Value
Type | Description |
---|---|
System.Int64 |
Misses
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of total misses
Declaration
public long Misses
Field Value
Type | Description |
---|---|
System.Int64 |
PageReferenceHits
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of times we hit a PageReference in the cache
Declaration
public long PageReferenceHits
Field Value
Type | Description |
---|---|
System.Int64 |