| Interface | Description |
|---|---|
| Cache<K,V> |
缓存接口
|
| CacheListener<K,V> |
缓存监听,用于实现缓存操作时的回调监听,例如缓存对象的移除事件等
|
| Class | Description |
|---|---|
| CacheUtil |
缓存工具类
|
| SimpleCache<K,V> |
简单缓存,无超时实现,默认使用
WeakConcurrentMap实现缓存自动清理 |
| Enum | Description |
|---|---|
| GlobalPruneTimer |
全局缓存清理定时器池,用于在需要过期支持的缓存对象中超时任务池
|
Copyright © 2025. All rights reserved.