Class PHPCrawlerUrlCacheTypes

Description

Possible cache-types for caching found URLs within the phpcrawl-system.

Located in /libs/PHPCrawler/Enums/PHPCrawlerUrlCacheTypes.class.php (line 7)


	
			
Class Constant Summary
Class Constants
URLCACHE_MEMORY = 1 (line 12)

URLs get cached in local RAM. Best performance.

URLCACHE_SQLITE = 2 (line 17)

URLs get cached in a SQLite-database-file. Recommended for spidering huge websites.

Documentation generated on Sun, 20 Jan 2013 21:18:50 +0200 by phpDocumentor 1.4.4