public class L2CacheOperation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
L2CacheOperation.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
cacheKey |
private CacheKeyType |
cacheKeyType |
private Set<String> |
cacheNames |
private String |
name |
private String |
toString |
| 限定符 | 构造器和说明 |
|---|---|
protected |
L2CacheOperation(L2CacheOperation.Builder b)
Create a new
L2CacheOperation instance from the given builder. |
private final String name
private final String cacheKey
private final CacheKeyType cacheKeyType
private final String toString
protected L2CacheOperation(L2CacheOperation.Builder b)
L2CacheOperation instance from the given builder.b - 构造器Copyright © 2023. All rights reserved.