Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.ReturnExpiredEnable Property

Gets or sets whether the Web proxy returns expired cached objects when an updated object cannot be retrieved, or whether to issue an error response.

VBScript Syntax[VBScript]

FPCCacheConfiguration.ReturnExpiredEnable [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_ReturnExpiredEnable(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_ReturnExpiredEnable(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether the Web proxy returns expired cache objects (TRUE) or issues an error response (FALSE).

The property is read-write.

Applies To

FPCCacheConfiguration

See Also

ReturnExpiredTTLPercent