Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.MemoryCacheMaxURLSize Property

Gets or sets the maximum URL size to be cached to physical memory. By default, objects smaller than 12,800 bytes are stored in RAM and on the disk, and all larger objects are cached only to the disk.

VBScript Syntax[VBScript]

FPCCacheConfiguration.MemoryCacheMaxURLSize [ = lMaxURLSize ]

C++ Syntax[C++]

HRESULT get_MemoryCacheMaxURLSize(
  long *plMaxURLSize
);
 
HRESULT put_MemoryCacheMaxURLSize(
  long lMaxURLSize
);

Parameters

lMaxURLSize
Long value that specifies the maximum size of the URL object to be cached to physical memory.

The property is read-write.

Applies To

FPCCacheConfiguration