CacheParameter.maxCacheSize property

Gets or sets the maximum size of the cache, in bytes.

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

Syntax

'Declaration
Public Property maxCacheSize As ULong
    Get
    Set
'Usage
Dim instance As CacheParameter
Dim value As ULong

value = instance.maxCacheSize

instance.maxCacheSize = value
public ulong maxCacheSize { get; set; }

Property value

Type: System.UInt64
Returns UInt64.

See also

Reference

CacheParameter structure

CacheParameter members

Microsoft.Office.Server.ObjectCache namespace