FOF30\View\Engine\CompilingEngine::getCached PHP Метод

getCached() защищенный Метод

protected getCached ( $path )
    protected function getCached($path)
    {
        $cachePath = $this->getCachePath($path);
        return file_get_contents($cachePath);
    }