Uses of Class
org.springframework.cache.interceptor.AbstractCacheInvoker
Packages that use AbstractCacheInvoker
Package
Description
AOP-based solution for declarative caching demarcation.
-
Uses of AbstractCacheInvoker in org.springframework.cache.interceptor
Subclasses of AbstractCacheInvoker in org.springframework.cache.interceptorModifier and TypeClassDescriptionclassBase class for caching aspects, such as theCacheInterceptoror an AspectJ aspect.classAOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).