Package | Description |
---|---|
org.springframework.boot.actuate.cache |
Actuator support for caches.
|
org.springframework.boot.actuate.session |
Actuator support for Spring Session.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CachesEndpoint.clearCache(String cache,
String cacheManager)
Clear the specific
Cache . |
WebEndpointResponse<Void> |
CachesEndpointWebExtension.clearCache(String cache,
String cacheManager) |
void |
CachesEndpoint.clearCaches()
Clear all the available
caches . |
Modifier and Type | Method and Description |
---|---|
void |
SessionsEndpoint.deleteSession(String sessionId) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.