SPCache.Count property

Gets the number of currently active caches.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As SPCache
Dim value As Integer

value = instance.Count
public int Count { get; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

SPCache class

SPCache members

Microsoft.Office.Server.ObjectCache namespace