``` def read_cache_available(self): return not s...
# general
h
Copy code
def read_cache_available(self):
  return not self.ignore and self._options.read and self.get_read_cache()