Webiny\Component\Router\Router::getCache PHP Метод

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

Get the current cache parameter.
public getCache ( ) : boolean | CacheStorage
Результат boolean | Webiny\Component\Cache\CacheStorage
    public function getCache()
    {
        return $this->cache;
    }