The FPCHTTPCacheConfiguration object provides access to the HTTP caching settings for a single cache rule. HTTP caching is the caching of HTTP objects.
The FPCHTTPCacheConfiguration object is accessed through the HTTPConfiguration property of an FPCCacheRule object.
Click here to see the Forefront TMG object hierarchy.
For more information about the COM objects related to caching, see Introduction to the Forefront TMG Cache Objects.
The FPCHTTPCacheConfiguration object defines the following methods.
Method | Description |
---|---|
Reads the values of all of the object's properties from persistent storage, discarding any changes that were not saved. |
|
Writes the current values of all of the object's properties to persistent storage. |
The FPCHTTPCacheConfiguration object defines the following properties.
Property | Description |
---|---|
Gets or sets the factor for determining the Time to Live (TTL) of cached HTTP content as a percentage of the time elapsed since the content was created or last modified on the Web server. |
|
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. |
|
Gets or sets a Boolean value that indicates whether the caching of HTTP content is enabled. |
|
Gets or sets a value from the FpcTimeScale enumerated type that specifies the units of time in which the MaxIntervalValue property is expressed. |
|
Gets or sets the maximum Time to Live (TTL) of cached objects originating from HTTP requests. |
|
Gets or sets the minimum Time to Live (TTL) of cached objects originating from HTTP requests. |
|
Gets or sets a value from the FpcTimeScale enumerated type that specifies the units of time in which the MinInterval property is expressed. |
This object implements the IFPCHTTPCacheConfiguration interface.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.