Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.MaxIntervalValue Property

Gets or sets the maximum Time-to-Live (TTL) interval of cached objects originating from HTTP requests, when the ExpirationPolicy property is set to fpcCachePolicyCustom.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.MaxIntervalValue [ = lInterval ]

C++ Syntax[C++]

HRESULT get_MaxIntervalValue(
  long *plInterval
);

HRESULT put_MaxIntervalValue(
  long lInterval
);

Parameters

lInterval
Long value that specifies the maximum TTL interval. The interval is specified in units determined by the value of the MaxIntervalUnits property.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration