update README.md.

Signed-off-by: 面条侠 <wangxinxin51@h-partners.com>
This commit is contained in:
面条侠 2024-04-08 02:15:43 +00:00 committed by Gitee
parent 4fba7e9191
commit 9f32500c4d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ request.skipMemoryCache(true)
| 使用方法 | 类型 | 策略描述 |
|-------------------------|-----|-----------------------------------|
| CacheType.Default| int | 默认值,先从内存获取,无值则从磁盘获取 |
| CacheType.Cache| int | 缓存 |
| CacheType.Disk | int | 磁盘 |