| 程序包 | 说明 |
|---|---|
| icu.develop.l2cache.interceptor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheNullCacheStrategy
Description:
缓存空值
|
class |
NotCacheNullCacheStrategy
Description:
不缓存空值
|
| 限定符和类型 | 字段和说明 |
|---|---|
private Class<? extends L2CacheStrategy> |
L2CachePutOperation.strategy
允许缓存
|
private Class<? extends L2CacheStrategy> |
L2CachePutOperation.Builder.strategy
允许缓存
|
private Class<? extends L2CacheStrategy> |
L2CacheableOperation.strategy
缓存策略
|
private Class<? extends L2CacheStrategy> |
L2CacheableOperation.Builder.strategy |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
L2CachePutOperation.Builder.setStrategy(Class<? extends L2CacheStrategy> strategy) |
void |
L2CacheableOperation.Builder.setStrategy(Class<? extends L2CacheStrategy> strategy) |
Copyright © 2023. All rights reserved.