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