Class CacheableAnnotationInterceptor


  • public class CacheableAnnotationInterceptor
    extends CacheableMethodManager
    Implements an Aspect aware interceptor that intercepts calls to methods annotated with Cacheable and returns a cached result when available or calls the underlying method when not.
    Author:
    bdferris
    See Also:
    Cacheable
    • Constructor Detail

      • CacheableAnnotationInterceptor

        public CacheableAnnotationInterceptor()
    • Method Detail

      • doBasicProfiling

        public Object doBasicProfiling​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                throws Throwable
        Throws:
        Throwable