Package | Description |
---|---|
org.springframework.cache.jcache.interceptor |
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationJCacheOperationSource
Implementation of the
JCacheOperationSource interface that reads
the JSR-107 CacheResult , CachePut , CacheRemove and
CacheRemoveAll annotations. |
class |
DefaultJCacheOperationSource
The default
JCacheOperationSource implementation delegating
default operations to configurable services with sensible defaults
when not present. |