module
ActionDispatch::Http::Cache::Response
v8.0.0 -
Show latest stable
No documentation available for this module.
Constants
DATE = "Date"
DEFAULT_CACHE_CONTROL = "max-age=0, private, must-revalidate"
IMMUTABLE = "immutable"
LAST_MODIFIED = "Last-Modified"
MUST_REVALIDATE = "must-revalidate"
NO_CACHE = "no-cache"
NO_STORE = "no-store"
PRIVATE = "private"
PUBLIC = "public"
SPECIAL_KEYS = Set.new(%w[extras no-store no-cache max-age public private must-revalidate])
Attributes
| [R] | cache_control |
Files
- actionpack/lib/action_dispatch/http/cache.rb