module ActionDispatch::Http::Cache::Response

def last_modified?

def last_modified?
  has_header? LAST_MODIFIED
end