http UseCache property
Return to Introduction  Previous page  Next page
Applies to
acHTTP, acWebImage and acAutoUpgrader components.  

Declaration
property UseCache: Boolean;  

Description
The UseCache property controls whether you would like to cache the data read from the Web and whether you would like to use cached data (when available) without downloading it again.  
 
The acHTTP component uses standard MSIE cache (usually in "Windows\Temporary Internet Files" directory) for all caching operations.  

See also
WorkOffline and UseCookies properties.