Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cache |
Auto-configuration for actuator cache concerns.
|
org.springframework.boot.actuate.cache |
Actuator support for caches.
|
Class and Description |
---|
CachesEndpoint |
CachesEndpointWebExtension
@EndpointWebExtension for the CachesEndpoint . |
Class and Description |
---|
CachesEndpoint |
CachesEndpoint.CacheDescriptor
Basic description of a
Cache , primarily intended for serialization to JSON. |
CachesEndpoint.CacheEntry
Description of a
Cache , primarily intended for serialization to JSON. |
CachesEndpoint.CacheManagerDescriptor
Description of a
CacheManager , primarily intended for serialization to
JSON. |
CachesEndpoint.CachesReport
A report of available
caches , primarily intended for serialization to
JSON. |