| Package | Description |
|---|---|
| org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
| org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingConfigurationSelector
Selects which implementation of
AbstractCachingConfiguration should
be used based on the value of EnableCaching.mode() on the importing
@Configuration class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncConfigurationSelector
Selects which implementation of
AbstractAsyncConfiguration should
be used based on the value of EnableAsync.mode() on the importing
@Configuration class. |