Neos\Cache\Backend\BackendInterface::setCache PHP Method

setCache() public method

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
return void
    public function setCache(FrontendInterface $cache);