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 TypeMethodDescriptionboolean
CachesEndpoint.clearCache
(String cache, String cacheManager) Clear the specificCache
.CachesEndpointWebExtension.clearCache
(String cache, String cacheManager) void
CachesEndpoint.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 DeleteOperation