类的使用
org.springframework.cache.interceptor.CacheOperation.Builder
使用CacheOperation.Builder的程序包 程序包 说明 org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.interceptor中CacheOperation.Builder的使用
org.springframework.cache.interceptor中CacheOperation.Builder的子类 修饰符和类型 类 说明 static classCacheableOperation.BuilderA builder that can be used to create aCacheableOperation.static classCacheEvictOperation.BuilderA builder that can be used to create aCacheEvictOperation.static classCachePutOperation.BuilderA builder that can be used to create aCachePutOperation.参数类型为CacheOperation.Builder的org.springframework.cache.interceptor中的构造器 构造器 说明 CacheOperation(CacheOperation.Builder b)Create a newCacheOperationinstance from the given builder.