Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value for the maximum amount of memory that can be allocated to the object cache (in megabytes).
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ObjectCacheSize As Integer
Get
Set
'Usage
Dim instance As SiteCacheSettingsWriter
Dim value As Integer
value = instance.ObjectCacheSize
instance.ObjectCacheSize = value
public int ObjectCacheSize { get; set; }
Property Value
Type: System.Int32