Spring Boot · Capability
Spring Boot Actuator API — Caches
Spring Boot Actuator API — Caches. 3 operations. Lead operation: Spring Boot List application caches. Self-contained Naftiko capability covering one Spring Boot business surface.
What You Can Do
GET
Getcaches
— Spring Boot List application caches
/v1/caches
DELETE
Evictallcaches
— Spring Boot Evict all caches
/v1/caches
DELETE
Evictcache
— Spring Boot Evict specific cache
/v1/caches/{cachename}
MCP Tools
spring-boot-list-application-caches
Spring Boot List application caches
read-only
idempotent
spring-boot-evict-all-caches
Spring Boot Evict all caches
idempotent
spring-boot-evict-specific-cache
Spring Boot Evict specific cache
idempotent