アノテーションインターフェースの使用
org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
DeleteOperation を使用するパッケージ
org.springframework.boot.actuate.cache 内の DeleteOperation 使用
型 DeleteOperation のアノテーションを持つ org.springframework.boot.actuate.cache のメソッド修飾子と型メソッド説明boolean
CachesEndpoint.clearCache
(StringSE cache, StringSE cacheManager) 特定のCache
をクリアします。CachesEndpointWebExtension.clearCache
(StringSE cache, StringSE cacheManager) void
CachesEndpoint.clearCaches()
使用可能なすべてのcaches
をクリアします。org.springframework.boot.actuate.session 内の DeleteOperation 使用
型 DeleteOperation のアノテーションを持つ org.springframework.boot.actuate.session のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>
ReactiveSessionsEndpoint.deleteSession
(StringSE sessionId) void
SessionsEndpoint.deleteSession
(StringSE sessionId)