grails.plugin.cache
[Java] Class GrailsAnnotationCacheOperationSource.DefaultCacheKey
java.lang.Object
grails.plugin.cache.GrailsAnnotationCacheOperationSource.DefaultCacheKey
protected static class GrailsAnnotationCacheOperationSource.DefaultCacheKey
Default cache key for the CacheOperation cache.
|
Field Summary |
protected java.lang.reflect.Method |
method
|
protected java.lang.Class |
targetClass
|
|
Methods inherited from class java.lang.Object
|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
method
protected final java.lang.reflect.Method method
-
targetClass
protected final java.lang.Class targetClass
-
GrailsAnnotationCacheOperationSource.DefaultCacheKey
public GrailsAnnotationCacheOperationSource.DefaultCacheKey(java.lang.reflect.Method method, java.lang.Class targetClass)
-
equals
@Override
public boolean
public boolean equals(java.lang.Object other)
-
hashCode
@Override
public int has
public int hashCode()
-
Groovy Documentation