Contao\FrontendIndex::outputFromCache PHP Метод

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

Try to load the page from the cache
Устаревший: Deprecated since Contao 4.0, to be removed in Contao 5.0. Use the kernel.request event instead.
protected outputFromCache ( )
    protected function outputFromCache()
    {
        @trigger_error('Using FrontendIndex::outputFromCache() has been deprecated and will no longer work in Contao 5.0. Use the kernel.request event instead.', E_USER_DEPRECATED);
    }