In Timber we can pass a cache time ```php Timber::render( 'single.twig', $context, 600 ); ``` is there an equivalent with ```php return new TimberResponse('single.twig', $context); ``` thanks J
In Timber we can pass a cache time
is there an equivalent with
thanks
J