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

Method delete

cachecontrol/cache.py:28–29  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

26 raise NotImplementedError()
27
28 def delete(self, key: str) -> None:
29 raise NotImplementedError()
30
31 def close(self) -> None:
32 pass

Callers 5

build_responseMethod · 0.45
cached_requestMethod · 0.45
cache_responseMethod · 0.45

Calls

no outgoing calls