Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
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) |