tutu-cache
Annotation-based Spring Boot method caching and invalidation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tutu-cache?โผ
Run `npx skills add tri5m/tutu-cache --all -g -y` in your terminal to install this skill globally for your coding agent.
What does tutu-cache do?โผ
It is a Spring Boot caching library that lets you cache method results with @TuCache and clear exact or wildcard keys with @TuCacheClear, replacing @Cacheable and @CacheEvict.
Does tutu-cache work without Redis?โผ
Yes. If Redis is not present, it automatically falls back to a local in-memory cache, and it also supports Redisson or a custom cache service.
How do I clear multiple related cache keys?โผ
Use the keys parameter of @TuCacheClear with a wildcard pattern like user:list:* to delete a whole family of cache entries at once.
Can AI coding assistants use this skill?โผ
Yes. The included SKILL.md teaches coding agents when to apply @TuCache, how to design stable cache keys, and how to wire up matching invalidation on write paths.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core