method

handle_conditional_get!

handle_conditional_get!()
private

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 128
        def handle_conditional_get!
          if etag? || last_modified? || !@cache_control.empty?
            set_conditional_cache_control!
          end
        end