Microsoft Internet Security and Acceleration Server 2004 SDK

ReturnExpiredMaxTime Property of IFPCCacheConfiguration[C++]

FPCCacheConfiguration.ReturnExpiredMaxTime [Visual Basic]

[C++]

The ReturnExpiredMaxTime property gets or sets the maximum time, in minutes, during which an expired cached object may be returned if the returning of expired cached objects is enabled.

HRESULT get_ReturnExpiredMaxTime(
  long* plMaxTime
);

HRESULT put_ReturnExpiredMaxTime(
  long lMaxTime
);

Parameters

plMaxTime
Pointer to a variable that receives a 32-bit integer specifying the maximum time, in minutes, during which an expired cached object may be returned if the returning of expired cached objects is enabled.
lMaxTime
A 32-bit integer that specifies the maximum time, in minutes, during which an expired cached object may be returned if the returning of expired cached objects is enabled.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

The time set in this property is useful for situations where a server cannot be reached to revalidate an expired cached object.

The returning of expired cached objects can be enabled through the ReturnExpiredEnable property.

[Visual Basic]

The ReturnExpiredMaxTime property gets or sets the maximum time, in minutes, during which an expired cached object may be returned if the returning of expired cached objects is enabled.

Property ReturnExpiredMaxTime As Long

Property Value

A 32-bit integer that specifies the maximum time, in minutes, during which an expired cached object may be returned if the returning of expired cached objects is enabled.

Remarks

This property is read/write.

The time set in this property is useful for situations where a server cannot be reached to revalidate an expired cached object.

The returning of expired cached objects can be enabled through the ReturnExpiredEnable property.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheConfiguration