method

caching_allowed

caching_allowed()
private

No documentation available.

# File actionpack/lib/action_controller/caching.rb, line 136
        def caching_allowed
          !@request.post? && @response.headers['Status'] && @response.headers['Status'].to_i < 400
        end