Contao\FrontendTemplate::addToCache PHP Method

addToCache() protected method

Add the template output to the cache and add the cache headers
Deprecation: Deprecated since Contao 4.3, to be removed in Contao 5.0. Use proper response caching headers instead.
protected addToCache ( )
    protected function addToCache()
    {
        @trigger_error('Using FrontendTemplate::addToCache() has been deprecated and will no longer work in Contao 5.0. Use proper response caching headers instead.', E_USER_DEPRECATED);
    }