Cache Flushall

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.

Usage:

curl -X POST http://0.0.0.0:4000/cache/flushall -H "Authorization: Bearer sk-1234"
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!