instance method
prepare_cache_control!
Ruby on Rails 7.0.10
Since v3.1.12 PrivateSignature
prepare_cache_control!()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 164
def prepare_cache_control!
@cache_control = cache_control_headers
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 164
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Response