Common\Core\Twig\BaseTwigTemplate::cache PHP Method

cache() public method

Deprecation: no longer used because we use twig now
public cache ( )
    public function cache()
    {
        trigger_error('This method was used in SpoonTemplate but does nothing anymore in twig', E_USER_DEPRECATED);
    }