Groovy Documentation

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

 
Constructor Summary
GrailsAnnotationCacheOperationSource.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
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()
 

Field Detail

method

protected final java.lang.reflect.Method method


targetClass

protected final java.lang.Class targetClass


 
Constructor Detail

GrailsAnnotationCacheOperationSource.DefaultCacheKey

public GrailsAnnotationCacheOperationSource.DefaultCacheKey(java.lang.reflect.Method method, java.lang.Class targetClass)


 
Method Detail

equals

@Override
		public boolean
public boolean equals(java.lang.Object other)


hashCode

@Override
		public int has
public int hashCode()


 

Groovy Documentation