Microsoft Internet Security and Acceleration Server 2004 SDK

ReturnExpiredTTLPercent Property of IFPCCacheConfiguration[C++]

FPCCacheConfiguration.ReturnExpiredTTLPercent [Visual Basic]

[C++]

The ReturnExpiredTTLPercent property gets or sets the percentage of an expired cached object's Time to Live (TTL) during which the object may be returned if the returning of expired cached objects is enabled.

HRESULT get_ReturnExpiredTTLPercent(
  long* plFactor
);

HRESULT put_ReturnExpiredTTLPercent(
  long lFactor
);

Parameters

plFactor
Pointer to a variable that receives a 32-bit integer specifying the percentage of an expired cached object's TTL during which the object may be returned if the returning of expired cached objects is enabled.
lFactor
A 32-bit integer that specifies the percentage of an expired cached object's TTL during which the object may be returned if the returning of expired cached objects is enabled.

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.

The returning of expired cached objects can be enabled through the ReturnExpiredEnable property.

[Visual Basic]

The ReturnExpiredTTLPercent property gets or sets the percentage of an expired cached object's Time to Live (TTL) during which the object may be returned if the returning of expired cached objects is enabled.

Property ReturnExpiredTTLPercent As Long

Property Value

A 32-bit integer that specifies the percentage of an expired cached object's TTL during which the object may be returned if the returning of expired cached objects is enabled.

Remarks

This property is read/write.

The returning of expired cached objects can be enabled through the ReturnExpiredEnable property.

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

FPCCacheConfiguration