WebScraper.EnableWebCache Method (TimeSpan)

IronWebScraper

WebScraperEnableWebCache Method (TimeSpan)

Caches web http responses for reuse. This allows WebScraper classes to be modified and restarted without re-downloading previously scrape urls.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public void EnableWebCache(
	TimeSpan cacheDuration
)
Public Sub EnableWebCache ( 
	cacheDuration As TimeSpan
)

Parameters

cacheDuration
Type: SystemTimeSpan
Duration that responses will be cached for.
See Also