Neos\Cache\Backend\BackendInterface::setCache PHP Метод

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

Sets a reference to the cache frontend which uses this backend
public setCache ( Neos\Cache\Frontend\FrontendInterface $cache ) : void
$cache Neos\Cache\Frontend\FrontendInterface The frontend for this backend
Результат void
    public function setCache(FrontendInterface $cache);