--- title: "页面缓存int[] 类型页面的权重配置" date: 2026-01-06 lastmod: 2026-01-06 description: "控制ints类型页面在缓存中的分配权重" tags: ["缓存配置", "内存管理", "性能优化"] summary: "配置项作用 # cache.recycler.page.weight.ints 配置项控制 ints 类型页面在页面缓存中的内存分配权重。 默认值 # 配置类型 # 静态配置 取值范围 # 配置格式 # # 默认配置 cache.recycler.page.weight.ints: 1.0 # 增加权重 cache.recycler.page.weight.ints: 2.0 " --- ## 配置项作用 `cache.recycler.page.weight.ints` 配置项控制 ints 类型页面在页面缓存中的内存分配权重。 ## 默认值 ## 配置类型 **静态配置** ## 取值范围 ## 配置格式 ```yaml # 默认配置 cache.recycler.page.weight.ints: 1.0 # 增加权重 cache.recycler.page.weight.ints: 2.0 ```