method

prepare_cache_control!

prepare_cache_control!()
private

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 162
        def prepare_cache_control!
          @cache_control = cache_control_headers
        end