def make_hash_cache(self) -> HashCache: return HashCache(directory=self.cache("hashes").as_posix())
def make_hash_cache(self) -> HashCache: from pdm.models.caches import HashCache return HashCache(directory=self.cache("hashes").as_posix())