riverpod_cache_engine 1.0.0
riverpod_cache_engine: ^1.0.0 copied to clipboard
A powerful, zero-boilerplate caching library for Riverpod with background garbage collection, auto-refresh mechanisms, and in-memory/persistent storage support.
1.0.0 #
- Initial Release of Riverpod Cache! 🎉
- Introduced
RiverpodCache.initialize()withInMemoryCacheStoreas the default zero-config option. - Added background Garbage Collector using
Timer.periodic. - Added
ref.cachesextension forNotifierandAsyncNotifier. - Support for
CacheOptionswithttl,onExpired, andonNullto automatically refresh data from the background or during reads. - Smart logging system that auto-disables in Release Mode.