Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.CacheQuestionUrls Property

Gets or sets whether caching of URLs that include a question mark is enabled or disabled.

Note  When CacheQuestionUrls is enabled, a URL that includes a question mark is cached only if the response headers indicate, using public or expires, that it is cacheable.

VBScript Syntax[VBScript]

FPCCacheConfiguration.CacheQuestionUrls [ = bEnabled ]

C++Syntax

HRESULT get_CacheQuestionUrls(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_CacheQuestionUrls(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether caching of URLs that include a question mark is enabled.

The property is read-write.

Applies To

FPCCacheConfiguration