org.springframework.cache.interceptor
Class AbstractFallbackCacheOperationSource.DefaultCacheKey

java.lang.Object
  extended by org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
Enclosing class:
AbstractFallbackCacheOperationSource

private static class AbstractFallbackCacheOperationSource.DefaultCacheKey
extends java.lang.Object

Default cache key for the CacheOperation cache.


Field Summary
private  java.lang.reflect.Method method
           
private  java.lang.Class<?> targetClass
           
 
Constructor Summary
AbstractFallbackCacheOperationSource.DefaultCacheKey(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private final java.lang.reflect.Method method

targetClass

private final java.lang.Class<?> targetClass
Constructor Detail

AbstractFallbackCacheOperationSource.DefaultCacheKey

public AbstractFallbackCacheOperationSource.DefaultCacheKey(java.lang.reflect.Method method,
                                                            java.lang.Class<?> targetClass)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object