Uses of Annotation Interface
org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
Package
Description
Actuator support for caches.
Actuator support for Spring Session.
-
Uses of DeleteOperation in org.springframework.boot.actuate.cache
Modifier 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