module

ActionDispatch::Http::Cache::Response

No documentation available for this module.

Constants

DATE = "Date".freeze

DEFAULT_CACHE_CONTROL = "max-age=0, private, must-revalidate".freeze

LAST_MODIFIED = "Last-Modified".freeze

MUST_REVALIDATE = "must-revalidate".freeze

NO_CACHE = "no-cache".freeze

PRIVATE = "private".freeze

PUBLIC = "public".freeze

SPECIAL_KEYS = Set.new(%w[extras no-cache max-age public private must-revalidate])

Attributes

[R]cache_control

Files

  • actionpack/lib/action_dispatch/http/cache.rb