League\Geotools\Batch\BatchInterface::setCache PHP Метод

setCache() публичный Метод

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.
Результат League\Geotools\Batch\BatchInterface
    public function setCache(CacheInterface $cache);