--- title: "索引请求缓存启用配置" date: 2026-02-12 lastmod: 2026-02-12 description: "控制索引级别请求缓存的启用状态" tags: ["缓存", "查询性能", "索引配置"] summary: "配置项作用 # index.requests.cache.enable 配置项控制索引级别请求缓存的启用状态。 默认值 # true 配置类型 # 索引级配置 配置格式 # # 默认配置:启用 index.requests.cache.enable: true # 禁用请求缓存 index.requests.cache.enable: false " --- ## 配置项作用 `index.requests.cache.enable` 配置项控制索引级别请求缓存的启用状态。 ## 默认值 ``` true ``` ## 配置类型 **索引级配置** ## 配置格式 ```yaml # 默认配置:启用 index.requests.cache.enable: true # 禁用请求缓存 index.requests.cache.enable: false ```