Microsoft Internet Security and Acceleration Server 2004 SDK

FPCCacheContents

The FPCCacheContents object has the single method FetchUrl for downloading content directly to the ISA Server cache and setting the time that the cached object will be stored in the cache. The FetchUrl method can also be used to delete an object from the cache.

For more information about using FetchUrl, see Using FetchURL to Extend the Cache.

The ISA Server cache prefetching feature lets you download content directly to the ISA Server cache, upon request or as scheduled. Prefetching allows you to update the ISA Server cache with content that you anticipate will be requested by clients in your organization.

You can configure the content that ISA Server should prefetch. You can also schedule when the content should be cached, available for access directly from the ISA Server cache, rather than from the Internet.

The FPCCacheContents object is typically accessed through the CacheContents property of an FPCCache object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCCacheContents object defines the following method.

Method Description
FetchUrl Causes the ISA Server Web proxy to retrieve an object and store it in the cache.

Remarks

This object implements the IFPCCacheContents 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