Class CacheInterceptor

java.lang.Object
org.qubership.atp.dataset.config.interceptors.CacheInterceptor

@Component("dsCacheInterceptor") public class CacheInterceptor extends Object
  • Constructor Details

    • CacheInterceptor

      public CacheInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      Method interceptor for method with Transactional annotation.
      Throws:
      Throwable