Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCCacheDrive.CacheLimitInMegs [ = lLimit ]
HRESULT get_CacheLimitInMegs( long *plLimit ); HRESULT put_CacheLimitInMegs( long lLimit );
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.