public static class L2CachePutOperation.Builder extends L2CacheOperation.Builder
| 限定符和类型 | 字段和说明 |
|---|---|
private Class<? extends L2CacheStrategy> |
strategy
允许缓存
|
cacheNames| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
L2CachePutOperation |
build() |
protected StringBuilder |
getOperationDescription()
Return an identifying description for this caching operation.
|
void |
setStrategy(Class<? extends L2CacheStrategy> strategy) |
setCacheKey, setCacheKeyType, setCacheName, setCacheNames, setNameprivate Class<? extends L2CacheStrategy> strategy
public void setStrategy(Class<? extends L2CacheStrategy> strategy)
protected StringBuilder getOperationDescription()
L2CacheOperation.BuilderAvailable to subclasses, for inclusion in their toString() result.
getOperationDescription 在类中 L2CacheOperation.Builderpublic L2CachePutOperation build()
build 在类中 L2CacheOperation.BuilderCopyright © 2023. All rights reserved.