Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCHTTPCacheConfiguration.AgeFactor [ = lFactor ]
HRESULT get_AgeFactor( long *plFactor ); HRESULT put_AgeFactor( long lFactor );
The property is read-write.