method
cache_control_directives
rails latest stable - Class:
ActionDispatch::Http::Cache::Request
cache_control_directives()public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 67
def cache_control_directives
@cache_control_directives ||= CacheControlDirectives.new(get_header("HTTP_CACHE_CONTROL"))
end