League\Geotools\Batch\BatchInterface::setCache PHP Method

setCache() public method

Set the cache object to use.
public setCache ( League\Geotools\Cache\CacheInterface $cache ) : League\Geotools\Batch\BatchInterface
$cache League\Geotools\Cache\CacheInterface The cache object to use.
return League\Geotools\Batch\BatchInterface
    public function setCache(CacheInterface $cache);