批注接口的使用
org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
使用DeleteOperation的程序包
程序包
说明
Actuator support for caches.
Actuator support for Spring Session.
-
org.springframework.boot.actuate.cache中DeleteOperation的使用
修饰符和类型方法说明boolean
CachesEndpoint.clearCache
(String cache, String cacheManager) Clear the specificCache
.CachesEndpointWebExtension.clearCache
(String cache, String cacheManager) void
CachesEndpoint.clearCaches()
Clear all the availablecaches
. -
org.springframework.boot.actuate.session中DeleteOperation的使用
修饰符和类型方法说明reactor.core.publisher.Mono
<Void> ReactiveSessionsEndpoint.deleteSession
(String sessionId) void
SessionsEndpoint.deleteSession
(String sessionId)