riverpod_cache_engine 1.0.2
riverpod_cache_engine: ^1.0.2 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 Engine! 🎉
- Introduced
RiverpodCache.initialize()withInMemoryCacheStoreas the default zero-config option. - Added background Garbage Collector using
Timer.periodic. - Added
cachesextension forNotifierandAsyncNotifier. - Support for
CacheOptionswithttl,onExpired, andonNullto automatically refresh data from the background or during reads. - Custom persistent storage ready (Hive, SharedPreferences, Isar) via implementing
CacheStore. - Smart logging system that auto-disables in Release Mode.
1.0.1 #
- Fixes
1.0.2 #
- Fixes