Microsoft Internet Security and Acceleration Server 2000

FPCActiveCacheConfiguration.ActiveCachingEnable Property

Gets or sets whether active caching is enabled.

VBScript Syntax[VBScript]

FPCActiveCacheConfiguration.ActiveCachingEnable [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_ActiveCachingEnable(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_ActiveCachingEnable(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether active caching is enabled.

The property is read-write.

Applies To

FPCActiveCacheConfiguration