Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_filecache_with_delete_request
Method · 0.45
test_delete_invalidates_cache
Method · 0.45
build_response
Method · 0.45
cached_request
Method · 0.45
cache_response
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_filecache_with_delete_request
Method · 0.36
test_delete_invalidates_cache
Method · 0.36