Uses of Class
org.springframework.cache.interceptor.AbstractCacheInvoker
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of AbstractCacheInvoker in org.springframework.cache.interceptor
Modifier and TypeClassDescriptionclass
Base class for caching aspects, such as theCacheInterceptor
or an AspectJ aspect.class
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache
). -
Uses of AbstractCacheInvoker in org.springframework.cache.jcache.interceptor
Modifier and TypeClassDescriptionclass
Base class for JSR-107 caching aspects, such as theJCacheInterceptor
or an AspectJ aspect.class
AOP Alliance MethodInterceptor for declarative cache management using JSR-107 caching annotations.