Uses of Class
org.springframework.cache.interceptor.CacheOperation.Builder
Package
Description
AOP-based solution for declarative caching demarcation.
-
Uses of CacheOperation.Builder in org.springframework.cache.interceptor
Modifier 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
.ModifierConstructorDescriptionprotected
Create a newCacheOperation
instance from the given builder.