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