Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.MinInterval Property

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

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.MinInterval [= lInterval ]

C++ Syntax[C++]

HRESULT get_MinInterval(
  long lInterval
);

HRESULT put_MinInterval(
  long lInterval
);

Parameters

lInterval
Long value that specifies the minimum TTL interval, in minutes.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration