Class ThreadLocalCacheAdvice

Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.cache.thread.local.ThreadLocalCacheAdvice

public class ThreadLocalCacheAdvice extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Author:
Shuyang Zhou, Brian Wing Shun Chan
  • Constructor Details

    • ThreadLocalCacheAdvice

      public ThreadLocalCacheAdvice()
  • Method Details

    • createMethodContext

      public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
      Specified by:
      createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • invoke

      public Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
      Overrides:
      invoke in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
      Throws:
      Throwable