|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheableAttribute | |
|---|---|
| com.googlecode.ehcache.annotations | |
| com.googlecode.ehcache.annotations.impl | |
| com.googlecode.ehcache.annotations.interceptor | |
| Uses of CacheableAttribute in com.googlecode.ehcache.annotations |
|---|
| Methods in com.googlecode.ehcache.annotations that return CacheableAttribute | |
|---|---|
CacheableAttribute |
CacheAttributeSource.getCacheableAttribute(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Gets the runtime caching information for a method. |
| Uses of CacheableAttribute in com.googlecode.ehcache.annotations.impl |
|---|
| Methods in com.googlecode.ehcache.annotations.impl that return CacheableAttribute | |
|---|---|
CacheableAttribute |
CacheAttributeSourceImpl.getCacheableAttribute(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
|
protected CacheableAttribute |
CacheAttributeSourceImpl.parseCacheableAnnotation(Cacheable ann,
java.lang.reflect.Method method,
ParameterMask parameterMask)
Construct a CacheableAttribute from a Cacheable annotation. |
| Uses of CacheableAttribute in com.googlecode.ehcache.annotations.interceptor |
|---|
| Methods in com.googlecode.ehcache.annotations.interceptor with parameters of type CacheableAttribute | |
|---|---|
protected void |
EhCacheInterceptor.cacheException(CacheableAttribute cacheableAttribute,
org.aopalliance.intercept.MethodInvocation methodInvocation,
java.io.Serializable key,
java.lang.Throwable t)
Checks CacheableAttribute#getExceptionCache(), if not null the exception will be cached. |
protected void |
EhCacheInterceptor.checkForCachedException(CacheableAttribute cacheableAttribute,
org.aopalliance.intercept.MethodInvocation methodInvocation,
java.io.Serializable key)
Check if there is a cached exception for the key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||