Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
Packages that use DeleteOperation
Package
Description
Actuator support for caches.
Actuator support for Spring Session.
-
Uses of DeleteOperation in org.springframework.boot.actuate.cache
Methods in org.springframework.boot.actuate.cache with annotations of type DeleteOperationModifier and TypeMethodDescriptionbooleanCachesEndpoint.clearCache(String cache, String cacheManager) Clear the specificCache.CachesEndpointWebExtension.clearCache(String cache, String cacheManager) voidCachesEndpoint.clearCaches()Clear all the availablecaches. -
Uses of DeleteOperation in org.springframework.boot.actuate.session
Methods in org.springframework.boot.actuate.session with annotations of type DeleteOperationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>ReactiveSessionsEndpoint.deleteSession(String sessionId) voidSessionsEndpoint.deleteSession(String sessionId)