Share via


SPCache.HitRatio property

Gets the current cache hit ratio, across all caches.

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

Syntax

'Declaration
Public ReadOnly Property HitRatio As Single
    Get
'Usage
Dim instance As SPCache
Dim value As Single

value = instance.HitRatio
public float HitRatio { get; }

Property value

Type: System.Single
Returns Single.

See also

Reference

SPCache class

SPCache members

Microsoft.Office.Server.ObjectCache namespace