SPCache.TotalCacheHits property

Gets the number of cache hits across all caches.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property TotalCacheHits As ULong
    Get
'Usage
Dim instance As SPCache
Dim value As ULong

value = instance.TotalCacheHits
public ulong TotalCacheHits { get; }

Property value

Type: System.UInt64
Returns UInt32.

See also

Reference

SPCache class

SPCache members

Microsoft.Office.Server.ObjectCache namespace