Hierarchy For Package org.springframework.cache.jcache.interceptor

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.cache.interceptor.AbstractCacheInvoker
      • org.springframework.cache.jcache.interceptor.JCacheAspectSupport (implements org.springframework.beans.factory.InitializingBean)
    • org.springframework.cache.interceptor.AbstractCacheResolver (implements org.springframework.cache.interceptor.CacheResolver, org.springframework.beans.factory.InitializingBean)
    • org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource (implements org.springframework.cache.jcache.interceptor.JCacheOperationSource)
    • org.springframework.aop.support.AbstractPointcutAdvisor (implements org.springframework.core.Ordered, org.springframework.aop.PointcutAdvisor, java.io.Serializable)
      • org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor (implements org.springframework.beans.factory.BeanFactoryAware)
    • org.springframework.aop.support.StaticMethodMatcher (implements org.springframework.aop.MethodMatcher)
      • org.springframework.aop.support.StaticMethodMatcherPointcut (implements org.springframework.aop.Pointcut)

Interface Hierarchy

  • org.springframework.cache.interceptor.BasicOperation
    • org.springframework.cache.jcache.interceptor.JCacheOperation<A> (also extends javax.cache.annotation.CacheMethodDetails<A>)
  • javax.cache.annotation.CacheMethodDetails<A>
    • org.springframework.cache.jcache.interceptor.JCacheOperation<A> (also extends org.springframework.cache.interceptor.BasicOperation)
  • org.springframework.cache.jcache.interceptor.JCacheOperationSource