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?
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
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