endCaching
void log.endCaching ( ) (professional and enterprise editions only)
Description
Ends the caching for the scrape. This method will be called once all the scripts and files are run/scraped. It can be called in a script to end the caching early (thereby only caching a portion of the scrape). This only deals with saving downloaded content to the file system, not with reading it back in during a scrape.
Parameters
This method takes no parameters
Return Value
This method returns void.
Change Log
Version | Description |
---|---|
5.5.29a | Available in professional and enterprise editions. |
5.5.32a | Renamed from endCache to endCaching. |
5.5.43a | Moved from session to log class. |
Examples
Cache the pages requested by the scrape
// End the cache manually before the scrape ends
log.endCaching();
log.endCaching();
mikes on 11/21/2011 at 2:21 pm
- Printer-friendly version
- Login or register to post comments