类的使用
org.springframework.cache.interceptor.AbstractCacheInvoker
使用AbstractCacheInvoker的程序包 程序包 说明 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.org.springframework.cache.interceptor中AbstractCacheInvoker的使用
org.springframework.cache.interceptor中AbstractCacheInvoker的子类 修饰符和类型 类 说明 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).org.springframework.cache.jcache.interceptor中AbstractCacheInvoker的使用
org.springframework.cache.jcache.interceptor中AbstractCacheInvoker的子类 修饰符和类型 类 说明 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.