Try our conversational search powered by Generative AI!

Struct PermanentLinkMapStore.Counters

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
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
public struct Counters

Fields

GuidHits

The number of times we hit a Guid in the cache

Declaration
public long GuidHits
Field Value
Type Description
System.Int64

MappedUrlHits

The number of times we hit a MappedUrl in the cache

Declaration
public long MappedUrlHits
Field Value
Type Description
System.Int64

Misses

The number of total misses

Declaration
public long Misses
Field Value
Type Description
System.Int64

PageReferenceHits

The number of times we hit a PageReference in the cache

Declaration
public long PageReferenceHits
Field Value
Type Description
System.Int64

Extension Methods