method
cache_control_directives
v8.1.1 -
Show 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