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 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. |
Interfaces for C++ Programming
This object implements the IFPCCacheContents interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |