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.
This method takes no parameters
This method returns void.
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. |