Package | Description |
---|---|
org.springframework.boot.actuate.cache |
Actuator support for caches.
|
Modifier and Type | Class and Description |
---|---|
static class |
CachesEndpoint.CacheEntry
Description of a
Cache , primarily intended for serialization to JSON. |
Modifier and Type | Method and Description |
---|---|
Map<String,CachesEndpoint.CacheDescriptor> |
CachesEndpoint.CacheManagerDescriptor.getCaches() |
Constructor and Description |
---|
CacheManagerDescriptor(Map<String,CachesEndpoint.CacheDescriptor> caches) |