method
caching_allowed
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
caching_allowed()
private
Hide source
# File actionpack/lib/action_controller/caching/pages.rb, line 149 def caching_allowed request.get? && response.headers['Status'].to_i == 200 end