Class: PHPCrawlerUrlCacheTypes

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

-

Members:

Constants
URLCACHE_MEMORYURLs get cached in local RAM. Best performance.
URLCACHE_SQLITEURLs get cached in a SQLite-database-file. Recommended for spidering huge websites.