Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BerriAI/litellm
/ delete_cache
Method
delete_cache
litellm/caching/disk_cache.py:90–91 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
88
pass
89
90
def
delete_cache(self, key):
91
self.disk_cache.pop(key)
Callers
15
_invalidate_spend_counter
Function · 0.45
_cache_team_object
Function · 0.45
_delete_cache_key_object
Function · 0.45
_delete_cache_access_object
Function · 0.45
delete_verification_tokens
Function · 0.45
cli_poll_key
Function · 0.45
record_container_owner
Function · 0.45
invalidate
Method · 0.45
invalidate
Method · 0.45
_delete_user_id_from_cache
Function · 0.45
_delete_api_key_from_cache
Function · 0.45
_delete_team_id_from_cache
Function · 0.45
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected