ActionDispatch::Http::Cache::Request

module ActionDispatch::Http::Cache::Request

Constants

HTTP_IF_MODIFIED_SINCE
HTTP_IF_NONE_MATCH

Public Instance Methods

etag_matches?(etag) Show source
# File actionpack/lib/action_dispatch/http/cache.rb, line 26
def etag_matches?(etag)
  if etag
    validators = if_n