module

ActionDispatch::Http::Cache::Response

No documentation available for this module.

Constants

CACHE_CONTROL = "Cache-Control".freeze

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

ETAG = "ETag".freeze

LAST_MODIFIED = "Last-Modified".freeze

MUST_REVALIDATE = "must-revalidate".freeze

NO_CACHE = "no-cache".freeze

PRIVATE = "private".freeze

PUBLIC = "public".freeze

SPECIAL_KEYS = %w[extras no-cache max-age public must-revalidate]

Attributes

[R]cache_control
[R]etag
[R]etag?

Files

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