diff --git a/docs/my-website/docs/proxy/caching.md b/docs/my-website/docs/proxy/caching.md index b33ed235d..5f1be342b 100644 --- a/docs/my-website/docs/proxy/caching.md +++ b/docs/my-website/docs/proxy/caching.md @@ -117,12 +117,14 @@ litellm_settings: ### Turn on / off caching per request. -The proxy support 2 cache-controls: +The proxy support 3 cache-controls: - `ttl`: Will cache the response for the user-defined amount of time (in seconds). - `s-max-age`: Will only accept cached responses that are within user-defined range (in seconds). - `no-cache`: Will not return a cached response, but instead call the actual endpoint. +[Let us know if you need more](https://github.com/BerriAI/litellm/issues/1218) + **Turn off caching** ```python