Uses of Class
org.springframework.cache.interceptor.AbstractCacheInvoker
Packages that use AbstractCacheInvoker Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of AbstractCacheInvoker in org.springframework.cache.interceptor
Subclasses of AbstractCacheInvoker in org.springframework.cache.interceptor Modifier and Type Class Description classCacheAspectSupportBase class for caching aspects, such as theCacheInterceptoror an AspectJ aspect.classCacheInterceptorAOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).Uses of AbstractCacheInvoker in org.springframework.cache.jcache.interceptor
Subclasses of AbstractCacheInvoker in org.springframework.cache.jcache.interceptor Modifier and Type Class Description classJCacheAspectSupportBase class for JSR-107 caching aspects, such as theJCacheInterceptoror an AspectJ aspect.classJCacheInterceptorAOP Alliance MethodInterceptor for declarative cache management using JSR-107 caching annotations.