From 7409dcd2225c52e67ef0d8a305fd955225dace14 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 26 Mar 2024 09:25:44 -0700 Subject: [PATCH] (fix) doc string --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index e2ae4fb8fb..48712a864e 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -7760,7 +7760,7 @@ async def cache_ping(): ) async def cache_flushall(): """ - A function to flush all items from the cache + A function to flush all items from the cache. (All items will be deleted from the cache with this) Raises HTTPException if the cache is not initialized or if the cache type does not support flushing. Returns a dictionary with the status of the operation.