Module ActionDispatch::Http::Cache::Request
In: lib/action_dispatch/http/cache.rb

Methods

Public Instance methods

Check response freshness (Last-Modified and ETag) against request If-Modified-Since and If-None-Match conditions. If both headers are supplied, both must match, or the request is not considered fresh.

[Validate]