Keyoti Search for ASP.NET API Docs
CacheCrawlLinks Property
API DocumentationKeyoti.SearchEngineConfigurationCacheCrawlLinks
Keyoti Search for ASP.NET 2010
Whether to store links found on a page before that page is crawled. Set false to conserve memory.
Declaration Syntax
C#Visual BasicVisual C++
public bool CacheCrawlLinks { get; set; }
Public Property CacheCrawlLinks As Boolean
public:
property bool CacheCrawlLinks {
	bool get ();
	void set (bool 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609