Microsoft Internet Security and Acceleration Server 2000

FPCArray.Cache Property

Gets an object that holds all cache configuration data for this array. Through this object, you can use such properties of the FPCCache object as CacheConfiguration and CacheContents to adjust cache settings.

VBScript Syntax[VBScript]

[ oFPCCache = ] FPCArray.Cache

C++ Syntax[C++]

HRESULT get_Cache(
  IFPCCache **poFPCCache
);

Parameters

oFPCCache
Reference to an FPCCache object.

This property is read-only.

Applies To

FPCArray