---
title: "Get Cache Settings"
method: GET
path: "/cache/settings"
tags: ["Cache Settings"]
---

# Get Cache Settings

`GET /cache/settings`

Get cache configuration and available settings.

Returns:
- fields: List of all configurable cache settings with their metadata (type, description, default, options)
- current_values: Current values of cache settings from database

## Response `200`

Successful Response

- CacheSettingsResponse
  - `fields` CacheSettingsField[], required — List of all configurable cache settings with metadata
    - `field_name` string, required
    - `field_type` string, required
    - `field_value` unknown, required
    - `field_description` string, required
    - `field_default` unknown
    - `options` string[], nullable
    - `ui_field_name` string, required
    - `link` string, nullable
    - `redis_type` string, nullable
  - `current_values` object, required — Current values of cache settings
  - `redis_type_descriptions` object, required — Descriptions for each Redis type option

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
