Skip to content

Instantly share code, notes, and snippets.

@sharnik
Created January 10, 2009 11:48
Show Gist options
  • Save sharnik/45443 to your computer and use it in GitHub Desktop.
Save sharnik/45443 to your computer and use it in GitHub Desktop.
<%= cache('your_cache_key', :expires_in => 3.hours) do %>
<!-- computation heavy stuff goes here %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment