Uses of Class
org.springframework.cache.interceptor.CacheOperation.Builder
Packages that use CacheOperation.Builder Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.Uses of CacheOperation.Builder in org.springframework.cache.interceptor
Subclasses of CacheOperation.Builder in org.springframework.cache.interceptor Modifier and Type Class Description 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.Constructors in org.springframework.cache.interceptor with parameters of type CacheOperation.Builder Constructor Description CacheOperation(CacheOperation.Builder b)Create a newCacheOperationinstance from the given builder.