instance method
etag_matches?
Ruby on Rails 3.1.12
Since v3.0.20Signature
etag_matches?(etag)
No documentation comment.
Parameters
-
etagreq
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 21
def etag_matches?(etag)
if_none_match && if_none_match == etag
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Request