Lndj\Lcrawl::setCache PHP Method

setCache() public method

Set the cache manager.
public setCache ( Doctrine\Common\Cache\Cache $cache ) : Lcrawl
$cache Doctrine\Common\Cache\Cache
return Lcrawl
    public function setCache(Cache $cache)
    {
        $this->cache = $cache;
        return $this;
    }