IFPCCacheConfiguration::MemoryCacheMaxURLSize property
Applies to: desktop apps only
The MemoryCacheMaxURLSize property gets or sets the maximum size of an object that may be stored in the physical memory cache. By default, objects smaller than 12,800 bytes are stored in RAM and on disk, and all larger objects are stored only in the disk cache.
This property is read/write.
Syntax
HRESULT put_MemoryCacheMaxURLSize(
long lMaxURLSize
);
HRESULT get_MemoryCacheMaxURLSize(
long *plMaxURLSize
);
' Data type: Long
Property MemoryCacheMaxURLSize( _
ByVal lMaxURLSize As long, _
ByVal plMaxURLSize As long _
) As Long
Property value
A 32-bit integer that specifies the maximum size of an object that may be stored in the physical memory cache.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is 12,800.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010