Share via


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