League\Geotools\Batch\BatchInterface::setCache PHP Méthode

setCache() public méthode

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.
Résultat League\Geotools\Batch\BatchInterface
    public function setCache(CacheInterface $cache);