Anonymous - 2014-06-26

I have create a cache directory on one of my SSD's and force the crawler to use it by the following code:

$this->setUrlCacheType(PHPCrawlerUrlCacheTypes::URLCACHE_SQLITE);
$this->setWorkingDirectory('/cache');

But there is no data written in the directory. Not sure why this is not working, any help?

 

Last edit: Anonymous 2014-06-26