Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.ObjectSizeLimit Property

Gets or sets the maximum size of an object that can be cached.

VBScript Syntax[VBScript]

FPCCacheConfiguration.ObjectSizeLimit [ = lMaxsize ]

C++ Syntax[C++]

HRESULT get_ObjectSizeLimit( 
  long *plMaxsize
);

HRESULT put_ObjectSizeLimit( 
  long lMaxsize
);

Parameters

lMaxsize
Long value that specifies the maximum size, in bytes, of a cached object.

The property is read-write.

See Also

FPCCacheConfiguration.SizeLimitEnable property

Applies To

FPCCacheConfiguration