MCPcopy Create free account
hub / github.com/psf/cachecontrol / delete

Method delete

cachecontrol/caches/file_cache.py:113–114  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

111 """
112
113 def delete(self, key: str) -> None:
114 self._delete(key, "")
115
116
117class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache):

Callers

nothing calls this directly

Calls 1

_deleteMethod · 0.80

Tested by

no test coverage detected