Keyoti SearchUnit API Docs
CacheCrawlLinks Property
API DocumentationKeyoti.SearchEngineConfigurationCacheCrawlLinks
Keyoti SearchUnit v6
Whether to store links found on a page before that page is crawled. Set false to conserve memory.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool CacheCrawlLinks { get; set; }
public bool CacheCrawlLinks { get; set; }
Public Property CacheCrawlLinks As Boolean
	Get
	Set
Public Property CacheCrawlLinks As Boolean
	Get
	Set
public:
property bool CacheCrawlLinks {
	bool get ();
	void set (bool value);
}
public:
property bool CacheCrawlLinks {
	bool get ();
	void set (bool value);
}
member CacheCrawlLinks : bool with get, set
member CacheCrawlLinks : bool with get, set
Property Value
Remarks
Having this set true will reduce number of connections made to the server by half, and under normal conditions have minimal impact on memory. In cases where thousands of links occur on a page, this may cause higher memory consumption (order of hundred megabytes).

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120