method
caching_allowed
caching_allowed()
private
Hide source
# File actionpack/lib/action_controller/caching.rb, line 138 def caching_allowed request.get? && response.headers['Status'].to_i == 200 end