Releases: PhilKes/spring-cache-refresh-annotation
Releases · PhilKes/spring-cache-refresh-annotation
v1.0.0
This Spring library provides the @CacheableAutoRefreshed annotation which extends the functionality of Spring's Cacheable annotation, to automatically refresh the cache at a specified point/interval in time.
Available through Maven Central Repo: spring-cache-refresh-annotation
Supported Caches
- Spring's Simple Caching with ConcurrentHashMap (synchronously reloads all cached entries)
- Caffeine (utilizes the async reloading of all cache entries via LoadingCache.refreshAll())