Liferay 7.0-ce-m2

com.liferay.portal.cache
Class NullThreadLocalCacheAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>
          extended by com.liferay.portal.cache.ThreadLocalCacheAdvice
              extended by 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


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
NullThreadLocalCacheAdvice()
           
 
Method Summary
protected  ThreadLocalCachable findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
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
 

Constructor Detail

NullThreadLocalCacheAdvice

public NullThreadLocalCacheAdvice()
Method Detail

findAnnotation

protected ThreadLocalCachable findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Overrides:
findAnnotation in class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>

Liferay 7.0-ce-m2