Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCCacheConfiguration.CacheQuestionUrls [ = bEnabled ]
HRESULT get_CacheQuestionUrls( VARIANT_BOOL *pbEnabled ); HRESULT put_CacheQuestionUrls( VARIANT_BOOL bEnabled );
The property is read-write.