method
prepare_cache_control!
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
prepare_cache_control!()private
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 124
def prepare_cache_control!
@cache_control = cache_control_headers
@etag = self[ETAG]
end