Microsoft Internet Security and Acceleration Server 2004 SDK

MaxIntervalValue Property of IFPCHTTPCacheConfiguration[C++]

FPCHTTPCacheConfiguration.MaxIntervalValue [Visual Basic]

[C++]

The MaxIntervalValue property gets or sets the maximum Time to Live (TTL) of cached objects originating from HTTP requests.

HRESULT get_MaxIntervalValue(
  long* plMax
);

HRESULT put_MaxIntervalValue(
  long lMax
);

Parameters

plMax
Pointer to a variable that on return receives a 32-bit integer specifying the maximum TTL. The maximum TTL is expressed in the units specified by the MaxIntervalUnits property.
lMax
A 32-bit integer that specifies the maximum TTL interval. The maximum TTL is expressed in the units specified by the MaxIntervalUnits property.

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. By default, the maximum TTL of cached HTTP content is 24 hours (1440 minutes).

[Visual Basic]

The MaxIntervalValue property gets or sets the maximum Time to Live (TTL) of cached objects originating from HTTP requests.

Property MaxIntervalValue As Long

Property Value

A 32-bit integer that specifies the maximum TTL. The maximum TTL is expressed in the units specified by the MaxIntervalUnits property.

Remarks

This property is read/write. By default, the maximum TTL of cached HTTP content is 24 hours (1440 minutes).

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

FPCHTTPCacheConfiguration