AI AGENT ADDONS
Backend & APIs
1,331installs

Spring Boot caching helps your apps run faster by storing frequent results. This skill shows you how to set up Redis, Caffeine, or EhCache as a cache provider. You will learn to add @Cacheable, @CacheEvict, and @CachePut to your service methods.

Use this skill when you need to cache database queries or API calls. It also covers setting expiration times and removing old data. You can even check hit and miss rates using Actuator metrics. This makes your Spring Boot services faster and more efficient.

Add Spring Boot Cache skill to your workflow

Global

mkdir -p ~/.claude/skills/spring-boot-cache

Project

mkdir -p .claude/skills/spring-boot-cache

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago