com.liferay.portal.cache
Class ThreadLocalCacheAdvice
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>
com.liferay.portal.cache.ThreadLocalCacheAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class ThreadLocalCacheAdvice
- extends AnnotationChainableMethodAdvice<ThreadLocalCachable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalCacheAdvice
public ThreadLocalCacheAdvice()
getNullAnnotation
public ThreadLocalCachable getNullAnnotation()
- Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<ThreadLocalCachable>
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
- Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor- Overrides:
invoke in class ChainableMethodAdvice
- Throws:
Throwable