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 ThreadLocalCacheAdvice
| 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 AnnotationChainableMethodAdvice<ThreadLocalCachable>