Package | Description |
---|---|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
Modifier and Type | Class and Description |
---|---|
static class |
CacheableOperation.Builder
A builder that can be used to create a
CacheableOperation . |
static class |
CacheEvictOperation.Builder
A builder that can be used to create a
CacheEvictOperation . |
static class |
CachePutOperation.Builder
A builder that can be used to create a
CachePutOperation . |
Constructor and Description |
---|
CacheOperation(CacheOperation.Builder b)
Create a new
CacheOperation instance from the given builder. |