Share via


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