Class: PHPCrawlerUrlCacheTypes
Author:
-
Version:
-
Package:
phpcrawl.enums
Category:
-
Possible cache-types for caching found URLs within the phpcrawl-system.
Description:
-
Members:
Constants
URLCACHE_MEMORY
URLs get cached in local RAM. Best performance.
URLCACHE_SQLITE
URLs get cached in a SQLite-database-file. Recommended for spidering huge websites.