Package | Description |
---|---|
cn.hutool.cache |
提供简易的缓存实现,此模块参考了jodd工具中的Cache模块
|
cn.hutool.cache.impl |
提供各种缓存实现
|
Modifier and Type | Method and Description |
---|---|
static <K,V> WeakCache<K,V> |
CacheUtil.newWeakCache(long timeout)
创建弱引用缓存.
|
Modifier and Type | Method and Description |
---|---|
WeakCache<K,V> |
WeakCache.setListener(CacheListener<K,V> listener) |
Copyright © 2024. All rights reserved.