Microsoft Internet Security and Acceleration Server 2000

FPCCacheDrive.CacheLimitInMegs Property

Gets or sets the disk size allocated to the cache.

Note  To disable the cache you have to set the FPCCacheDrive.CacheLimitInMegs property = 0 for all drives. If there is cache space allocated on a drive, then the cache is automatically enabled.

VBScript Syntax[VBScript]

FPCCacheDrive.CacheLimitInMegs [ = lLimit ]

C++ Syntax[C++]

HRESULT get_CacheLimitInMegs(
  long *plLimit
);

HRESULT put_CacheLimitInMegs(
  long lLimit
);

Parameters

lLimit
Long value that specifies the disk size allocated to the cache, in megabytes.

The property is read-write.

Note  When you change the cache allocation, and have saved changes by using the FPCCacheDrives.Save method, the Web proxy (w3proxy) service must be restarted for your change to take effect. To stop and restart the Web proxy service use the FPCArray.SendRestartNotification method.

Applies To

FPCCacheDrive