FPCFTPCacheConfiguration
Internet Security and Acceleration Server 2004/2006 SDK
The FPCFTPCacheConfiguration object provides access to the FTP caching settings for a single cache rule. FTP caching is the caching of FTP objects.
The FPCFTPCacheConfiguration object is accessed through the FTPConfiguration property of an FPCCacheRule object.
Click here to see the ISA Server object hierarchy.
For more information about the COM objects related to caching, see Introduction to the ISA Server Cache Objects.
Methods
The FPCFTPCacheConfiguration object defines the following methods.
| Method | Description |
|---|---|
| Refresh | Reads the values of all of the object's properties from persistent storage, discarding any changes that were not saved. |
| Save | Writes the current values of all of the object's properties to persistent storage. |
Properties
The FPCFTPCacheConfiguration object has the following properties.
| Property | Description |
|---|---|
| FTPEnable | Gets or sets a Boolean value that indicates whether the caching of FTP responses is enabled. |
| FTPTTLUnits | Gets or sets the time units in which the Time to Live (TTL) is measured. |
| FTPTTLValue | Gets or sets the Time to Live (TTL) for cached FTP files. |
Interfaces for C++ Programming
This object implements the IFPCFTPCacheConfiguration 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. |