mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) doc string
This commit is contained in:
parent
75ef51b714
commit
7409dcd222
1 changed files with 1 additions and 1 deletions
|
@ -7760,7 +7760,7 @@ async def cache_ping():
|
||||||
)
|
)
|
||||||
async def cache_flushall():
|
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.
|
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.
|
Returns a dictionary with the status of the operation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue