Skip to content

Instantly share code, notes, and snippets.

@robertsosinski
Created April 27, 2011 23:20
Show Gist options
  • Select an option

  • Save robertsosinski/945453 to your computer and use it in GitHub Desktop.

Select an option

Save robertsosinski/945453 to your computer and use it in GitHub Desktop.
Rack::Cache helpers
# Expiration Methods
cache_control :public, :max_age => 10.seconds
expires 10.seconds.from_now
# Validation Methods
last_modified current_user.updated_at
etag current_user.etag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment