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