private static final class CacheAspectSupport.CacheOperationCacheKey extends java.lang.Object implements java.lang.Comparable<CacheAspectSupport.CacheOperationCacheKey>
| Modifier and Type | Field and Description |
|---|---|
private CacheOperation |
cacheOperation |
private AnnotatedElementKey |
methodCacheKey |
| Modifier | Constructor and Description |
|---|---|
private |
CacheOperationCacheKey(CacheOperation cacheOperation,
java.lang.reflect.Method method,
java.lang.Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CacheAspectSupport.CacheOperationCacheKey other) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
private final CacheOperation cacheOperation
private final AnnotatedElementKey methodCacheKey
private CacheOperationCacheKey(CacheOperation cacheOperation, java.lang.reflect.Method method, java.lang.Class<?> targetClass)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(CacheAspectSupport.CacheOperationCacheKey other)
compareTo in interface java.lang.Comparable<CacheAspectSupport.CacheOperationCacheKey>