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