There's no documentation for this item.
# File action_controller/caching/actions.rb, line 109 def caching_allowed(controller) controller.request.get? && controller.response.headers['Status'].to_i == 200 end
<code/>
<pre/>
<code/>and<pre/>for code samples.