public abstract class CacheOperation extends Object implements BasicOperation
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CacheOperation.Builder |
| 限定符 | 构造器和说明 |
|---|---|
protected |
CacheOperation(CacheOperation.Builder b) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other)
This implementation compares the
toString() results. |
String |
getCacheManager() |
Set<String> |
getCacheNames()
Return the cache name(s) associated with the operation.
|
String |
getCacheResolver() |
String |
getCondition() |
String |
getKey() |
String |
getKeyGenerator() |
String |
getName() |
int |
hashCode()
This implementation returns
toString()'s hash code. |
String |
toString()
Return an identifying description for this cache operation.
|
protected CacheOperation(CacheOperation.Builder b)
public String getName()
public Set<String> getCacheNames()
BasicOperationgetCacheNames 在接口中 BasicOperationpublic String getKey()
public String getKeyGenerator()
public String getCacheManager()
public String getCacheResolver()
public String getCondition()
public boolean equals(Object other)
toString() results.equals 在类中 ObjecttoString()public int hashCode()
toString()'s hash code.hashCode 在类中 ObjecttoString()public final String toString()
Returned value is produced by calling CacheOperation.Builder.getOperationDescription()
during object construction. This method is used in hashCode() and
equals(java.lang.Object).
toString 在类中 ObjectCacheOperation.Builder.getOperationDescription()