MCPcopy Create free account
hub / github.com/requests-cache/requests-cache / cache_dir

Method cache_dir

requests_cache/backends/filesystem.py:75–77  ·  view source on GitHub ↗

Base directory for cache files

(self)

Source from the content-addressed store, hash-verified

73
74 @property
75 def cache_dir(self) -> Path:
76 """Base directory for cache files"""
77 return Path(self.responses.cache_dir)
78
79 def paths(self) -> Iterator[Path]:
80 """Get absolute file paths to all cached responses"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected