Uses of Class
org.springframework.cache.interceptor.CacheOperation.Builder
Packages that use CacheOperation.Builder
Package
Description
AOP-based solution for declarative caching demarcation.
-
Uses of CacheOperation.Builder in org.springframework.cache.interceptor
Subclasses of CacheOperation.Builder in org.springframework.cache.interceptorModifier and TypeClassDescriptionstatic class
A builder that can be used to create aCacheableOperation
.static class
A builder that can be used to create aCacheEvictOperation
.static class
A builder that can be used to create aCachePutOperation
.Constructors in org.springframework.cache.interceptor with parameters of type CacheOperation.BuilderModifierConstructorDescriptionprotected
Create a newCacheOperation
instance from the given builder.