method

cache_control_directives

rails latest stable - Class: ActionDispatch::Http::Cache::Request

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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