module ActionDispatch::Http::Cache::Request

def if_none_match

def if_none_match
  get_header HTTP_IF_NONE_MATCH
end