Microsoft Internet Security and Acceleration Server 2000 |
The FPCFTPCacheConfiguration object provides access to the FTP cache configuration parameters of an ISA Server. The objects FPCActiveCacheConfiguration, FPCHTTPCacheConfiguration, and FPCFTPCacheConfiguration provide access to all ISA cache configuration settings. These three objects are accessed through properties of the FPCCacheConfiguration object, which serves as a container for the three.
The FPCFTPCacheConfiguration object is a property of an FPCCacheConfiguration object.
Click here to see the ISA object hierarchy.
This object implements the IFPCFTPCacheConfiguration interface.
The following table lists the methods of the FPCFTPCacheConfiguration object.
Method | Description |
---|---|
Refresh | Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
ResetToDefaults | Discards any changes made to the FTP cache configuration and reverts to the default cache configuration. |
Save | Saves the object's configuration to persistent storage. |
The following table lists the properties of the FPCFTPCacheConfiguration object.
Property | Description |
---|---|
FTPEnable | Gets or sets whether caching of FTP replies is enabled or disabled. |
FTPTTLUnits | Gets or sets the time units in which the Time to Live (TTL) is measured. |
FTPTTLValue | Gets or sets the fixed Time to Live (TTL) for FTP cached files. |
VendorParametersSets | Gets a reference to an object for storing and loading custom data into the FPCFTPCacheConfiguration object's storage. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.