riverpod_cache_engine 1.0.1 copy "riverpod_cache_engine: ^1.0.1" to clipboard
riverpod_cache_engine: ^1.0.1 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() with InMemoryCacheStore as the default zero-config option.
  • Added background Garbage Collector using Timer.periodic.
  • Added ref.caches extension for Notifier and AsyncNotifier.
  • Support for CacheOptions with ttl, onExpired, and onNull to automatically refresh data from the background or during reads.
  • Smart logging system that auto-disables in Release Mode.
0
likes
145
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful, zero-boilerplate caching library for Riverpod with background garbage collection, auto-refresh mechanisms, and in-memory/persistent storage support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_riverpod, meta

More

Packages that depend on riverpod_cache_engine