SPCache.AllocatedBytes Property

Gets the total bytes allocated by all caches.

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

Syntax

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

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

Property Value

Type: System.UInt64
Returns UInt64.

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace