MCPcopy 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

_cache_team_objectFunction · 0.45
_delete_cache_key_objectFunction · 0.45
cli_poll_keyFunction · 0.45
record_container_ownerFunction · 0.45
invalidateMethod · 0.45
invalidateMethod · 0.45

Calls 1

popMethod · 0.80

Tested by

no test coverage detected