Microsoft Internet Security and Acceleration Server 2000

FPCCache.CacheConfiguration Property

Gets an object that provides access to the cache configuration. This object is of type FPCCacheConfiguration.

VBScript Syntax[VBScript]

[ oFPCCacheConfiguration = ] FPCCache.CacheConfiguration

C++ Syntax[C++]

HRESULT get_CacheConfiguration(
  IFPCCacheConfiguration **poFPCCacheConfiguration
);

Parameters

oFPCCacheConfiguration
Reference to an FPCCacheConfiguration object.

This property is read-only.

Applies To

FPCCache