Microsoft Internet Security and Acceleration Server 2004 SDK

FPCHTTPCacheConfiguration

The FPCHTTPCacheConfiguration object provides access to the HTTP cache configuration parameters of an ISA Server computer.

The FPCHTTPCacheConfiguration object is typically accessed through the HTTPConfiguration property of an FPCCacheRule object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCHTTPCacheConfiguration object defines the following methods.

Method Description
Refresh Reads the values of all of the object's properties from persistent storage, discarding any changes that were not saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCHTTPCacheConfiguration object has the following properties.

Property Description
AgeFactor Gets or sets the age factor for determining the Time to Live (TTL) of cached HTTP content.
ApplyBoundsToObjectsWithExpiration Gets or sets a Boolean value that indicates whether the Time to Live (TTL) bounds are applied to objects that have an expiration time specified by their source.
HTTPEnable Gets or sets a Boolean value that indicates whether the caching of HTTP content is enabled.
MaxIntervalUnits Gets or sets a value from the FpcTimeScale enumerated type that specifies the units of time in which the MaxIntervalValue property is expressed.
MaxIntervalValue Gets or sets the maximum Time to Live (TTL) of cached objects originating from HTTP requests.
MinInterval Gets or sets the minimum Time to Live (TTL) of cached objects originating from HTTP requests.
MinIntervalUnits Gets or sets a value from the FpcTimeScale enumerated type that specifies the units of time in which the MinInterval property is expressed.

Remarks

This object implements the IFPCHTTPCacheConfiguration interface.

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

COM Objects