Microsoft Internet Security and Acceleration Server 2004 SDK

Cache Property of IFPCArray[C++]

FPCArray.Cache [Visual Basic]

[C++]

The Cache property gets an FPCCache object that provides access to the cache configuration settings for the array and to a method for downloading content to the cache.

HRESULT get_Cache(
  IFPCCache** ppCache
);

Parameters

ppCache
Address of an interface pointer that on return points to the IFPCCache interface for the array.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. You can use such properties of the IFPCCache interface retrieved as CacheConfiguration and CacheContents to adjust the cache configuration settings and download content to the cache.

[Visual Basic]

The Cache property gets an FPCCache object that provides access to the cache configuration settings for the array and to a method for downloading content to the cache.

Property Cache As FPCCache

Property Value

Reference to the FPCCache object for the array.

Remarks

This property is read-only. You can use such properties of the FPCCache object retrieved as CacheConfiguration and CacheContents to adjust the cache configuration settings and download content to the cache.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCArray