Package | Description |
---|---|
org.springframework.boot.actuate.cache |
Actuator support for caches.
|
Modifier and Type | Method and Description |
---|---|
CachesEndpoint.CacheEntry |
CachesEndpoint.cache(String cache,
String cacheManager)
Return a
CachesEndpoint.CacheDescriptor for the specified cache. |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<CachesEndpoint.CacheEntry> |
CachesEndpointWebExtension.cache(String cache,
String cacheManager) |