接口的使用
org.springframework.cache.interceptor.BasicOperation
使用BasicOperation的程序包 程序包 说明 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中BasicOperation的使用
类型参数类型为BasicOperation的org.springframework.cache.interceptor中的类 修饰符和类型 接口 说明 interfaceCacheOperationInvocationContext<O extends BasicOperation>Representation of the context of the invocation of a cache operation.实现BasicOperation的org.springframework.cache.interceptor中的类 修饰符和类型 类 说明 classCacheableOperationClass describing a cache 'cacheable' operation.classCacheEvictOperationClass describing a cache 'evict' operation.classCacheOperationBase class for cache operations.classCachePutOperationClass describing a cache 'put' operation.org.springframework.cache.jcache.interceptor中BasicOperation的使用
org.springframework.cache.jcache.interceptor中BasicOperation的子接口 修饰符和类型 接口 说明 interfaceJCacheOperation<A extends Annotation>Model the base of JSR-107 cache operation through an interface contract.