Package | Description |
---|---|
cn.hutool.cache.file |
提供针对文件的缓存实现
|
Modifier and Type | Class and Description |
---|---|
class |
LFUFileCache
使用LFU缓存文件,以解决频繁读取文件引起的性能问题
|
class |
LRUFileCache
使用LRU缓存文件,以解决频繁读取文件引起的性能问题
|
Copyright © 2024. All rights reserved.