Uses of Class
spider.crawl.Cache

Packages that use Cache
spider.crawl   
 

Uses of Cache in spider.crawl
 

Constructors in spider.crawl with parameters of type Cache
Frontier(int max_size, Cache c)
           
Frontier(Cache c)
          if no size is specified, then set up a flag for unlimited frontier
FetcherPool(int max_fetchers, Cache c, RobotExclusion robotsX, Statistics stat)
           
FetcherPool(Cache c, RobotExclusion robotsX, Statistics stat)