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