method
handle_conditional_get!
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
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