| Package | Description |
|---|---|
| cn.hutool.cache |
提供简易的缓存实现,此模块参考了jodd工具中的Cache模块
|
| cn.hutool.cache.impl |
提供各种缓存实现
|
| Modifier and Type | Method and Description |
|---|---|
default Cache<K,V> |
Cache.setListener(CacheListener<K,V> listener)
设置监听
|
| Modifier and Type | Field and Description |
|---|---|
protected CacheListener<K,V> |
AbstractCache.listener
缓存监听
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCache<K,V> |
AbstractCache.setListener(CacheListener<K,V> listener)
设置监听
|
WeakCache<K,V> |
WeakCache.setListener(CacheListener<K,V> listener) |
Copyright © 2025. All rights reserved.