| 限定符和类型 | 方法和说明 |
|---|---|
ICacheContext<K,V> |
ICacheInterceptorContext.cacheContext()
缓存信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
ICacheEntry<K,V> |
ICacheEvict.evict(ICacheContext<K,V> cacheContext,
K newKey)
驱除
|
ICache<K,V> |
ICache.init(ICacheContext<K,V> context)
初始化
为了直接兼容 map 接口,且持有对应的上下文信息
|
void |
ICacheEvict.removeKey(ICacheContext<K,V> cacheContext,
K evictKey)
删除 key 信息
|
void |
ICacheEvict.updateKey(ICacheContext<K,V> cacheContext,
K evictKey)
更新 key 信息
|
Copyright © 2025. All rights reserved.