Spring Boot Cache

Provides patterns for implementing Spring Boot caching: configures Redis/Caffeine/EhCache providers with TTL and eviction policies, applies @Cacheable/@CacheEvict/@CachePut annotations, validates cache hit/miss behavior, and exposes metrics via Actuator. Use when adding caching to Spring Boot services, configuring cache expiration, evicting stale data, or diagnosing cache misses.

majiayu000 829236c 2 files · 6.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/performance/spring-boot-cache commit 829236c39e

Frequently asked questions

npx skillmds add majiayu000/spring-boot-cache