Module: ActionControllerTweaks::Caching

Extended by:
ActiveSupport::Concern
Defined in:
lib/action_controller_tweaks/caching.rb

Constant Summary collapse

HEADERS =
{
  "Cache-Control" => "no-cache, no-store, max-age=0, must-revalidate, pre-check=0, post-check=0", # HTTP 1.1
  "no-cache" => "no-cache", # HTTP 1.0
  "Expires" => "Fri, 01 Jan 1990 00:00:00 GMT", # Proxies
}.freeze