Skip to content

Instantly share code, notes, and snippets.

@sdunham
Created October 22, 2015 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdunham/81e8e38f69ed39072b1e to your computer and use it in GitHub Desktop.
Save sdunham/81e8e38f69ed39072b1e to your computer and use it in GitHub Desktop.
Caching With Timber Transients
$foo = TimberHelper::transient('foo_transient',
function(){return someExpensiveCodeOrQuery();},
2*HOUR_IN_SECONDS
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment