com.liferay.portal.cache
Class NullThreadLocalCacheAdvice
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>
com.liferay.portal.cache.ThreadLocalCacheAdvice
com.liferay.portal.cache.NullThreadLocalCacheAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class NullThreadLocalCacheAdvice
- extends com.liferay.portal.cache.ThreadLocalCacheAdvice
| Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice |
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager |
| Methods inherited from class com.liferay.portal.cache.ThreadLocalCacheAdvice |
afterReturning, before, getNullAnnotation |
| Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice |
getAnnotationClass, setServiceBeanAopCacheManager |
| Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice |
afterThrowing, duringFinally, invoke, setNextMethodInterceptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullThreadLocalCacheAdvice
public NullThreadLocalCacheAdvice()
findAnnotation
protected ThreadLocalCachable findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation)
- Overrides:
findAnnotation in class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>