Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.AgeFactor Property

Gets or sets the age factor for determining the Time to Live (TTL) of cached HTTP requests. The age factor establishes a TTL as a percentage of the Web object's age, based on the time it was created or modified. This property is only applicable when FPCHTTPCacheConfiguration.ExpirationPolicy is set to fpcCachePolicyCustom.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.AgeFactor [ = lFactor ]

C++ Syntax[C++]

HRESULT get_AgeFactor(
  long *plFactor
);

HRESULT put_AgeFactor(
  long lFactor
);

Parameters

lFactor
Long value that specifies the TTL age factor.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration