Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.jcache.config |
Support package for declarative JSR-107 caching configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingConfigurerSupport
An implementation of
CachingConfigurer with empty methods allowing
subclasses to override only the methods they're interested in. |
Modifier and Type | Method and Description |
---|---|
<T> Supplier<T> |
AbstractCachingConfiguration.CachingConfigurerSupplier.adapt(Function<CachingConfigurer,T> provider)
Adapt the
CachingConfigurer supplier to another supplier
provided by the specified mapping function. |
Constructor and Description |
---|
CachingConfigurerSupplier(Supplier<CachingConfigurer> supplier) |
Modifier and Type | Interface and Description |
---|---|
interface |
JCacheConfigurer
Extension of
CachingConfigurer for the JSR-107 implementation. |
Modifier and Type | Class and Description |
---|---|
class |
JCacheConfigurerSupport
An extension of
CachingConfigurerSupport that also implements
JCacheConfigurer . |