Skip to content

Instantly share code, notes, and snippets.

@JoshMcKin
Created May 5, 2011 20:26
Show Gist options
  • Save JoshMcKin/957855 to your computer and use it in GitHub Desktop.
Save JoshMcKin/957855 to your computer and use it in GitHub Desktop.
in the layout file
<% cache("header_cache_#{session_user.id}") do %>
some dynamic navigation and large select box
<%end%>
in the controller
expire_fragment("header_cache_#{session_user.id}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment