mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
delete updated / deleted values from cache
This commit is contained in:
parent
56b69eba18
commit
a447e4dd1a
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ def management_endpoint_wrapper(func):
|
|||
logging_payload=logging_payload,
|
||||
parent_otel_span=parent_otel_span,
|
||||
)
|
||||
|
||||
# Delete updated/deleted info from cache
|
||||
_delete_api_key_from_cache(kwargs=kwargs)
|
||||
_delete_user_id_from_cache(kwargs=kwargs)
|
||||
_delete_team_id_from_cache(kwargs=kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue