Type:
Module
Constants:
LAST_MODIFIED : "Last-Modified".freeze
ETAG : "ETag".freeze
CACHE_CONTROL : "Cache-Control".freeze
SPECIAL_KEYS : %w[extras no-cache max-age public must-revalidate]
DEFAULT_CACHE_CONTROL : "max-age=0, private, must-revalidate".freeze
NO_CACHE : "no-cache".freeze
PUBLIC : "public".freeze
PRIVATE : "private".freeze
MUST_REVALIDATE : "must-revalidate".freeze
last_modified
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

last_modified() Instance Public methods

2025-01-10 15:47:30
last_modified=
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

last_modified=(utc_time) Instance Public methods

2025-01-10 15:47:30
date
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

date() Instance Public methods

2025-01-10 15:47:30
date?
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

date?() Instance Public methods

2025-01-10 15:47:30
date=
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

date=(utc_time) Instance Public methods

2025-01-10 15:47:30
last_modified?
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

last_modified?() Instance Public methods

2025-01-10 15:47:30
etag=
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::Http/ActionDispatch::Http::Cache/ActionDispatch::Http::Cache::Response

etag=(etag) Instance Public methods

2025-01-10 15:47:30