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);