Microsoft Internet Security and Acceleration Server 2000

FPCCache Object

The FPCCache object is used to administer all cache configuration settings. Most details of the cache configuration are accessed by the CacheConfiguration and CacheContents properties of this object. The CacheConfiguration property returns an object of type FPCCacheConfiguration, and the CacheContents property returns an object of type FPCCacheContents.

FPCCache is a property of the FPCArray object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This object implements the IFPCCache interface.

Methods

The following table lists the methods of the FPCCache object.

Method Description
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Saves the object's configuration to persistent storage.

Properties

The following table lists the properties of the FPCCache object.

Property Description
CacheConfiguration Gets an object that provides access to the cache configuration.
CacheContents Gets an object for manipulating the contents of the cache.
ScheduledContentDownload Gets a scheduled content download collection.
VendorParametersSets The VendorParametersSets property Gets a reference to an object for storing and loading custom data into the FPCCache object's storage.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.