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