lumberjack icon indicating copy to clipboard operation
lumberjack copied to clipboard

pass cache time to TimberResponse?

Open codemonkeynorth opened this issue 3 years ago • 0 comments

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

codemonkeynorth avatar Aug 19 '22 13:08 codemonkeynorth