public class ThreadLocalCacheAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
ThreadLocalCacheAdvice() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result) |
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation) |
com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable |
getNullAnnotation() |
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManagerafterThrowing, duringFinally, invoke, setNextMethodInterceptorpublic void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result)
throws Throwable
afterReturning in class ChainableMethodAdviceThrowablepublic Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable getNullAnnotation()
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable>