dynamic_cache 1.0.4
dynamic_cache: ^1.0.4 copied to clipboard
A complete in-memory cache in Flutter. Inspired by IMemoryCache from C# and Others tools.
Dynamic Cache #
A complete in-memory cache in Flutter. Quickly retrieve an object by context and use it in Stream Builder, Value Listenable Builder or by instance in business logic. All changes will be reflected in both methods.
Features #
- Wrapper
DynamicCacheProvideris for the injection of the cache on context for use in the three. Dynamic Cachecan be used directly withValueListenableBuilderandStreamBuilderwidget, but preferably in business logic.Automaticcache cleaning, with the possibility of setting a time expiration for each item.- Control notify listeners when the cache is updated.
Usage DynamicCache #
First, you need to import the package:
import 'package:dynamic_cache/dynamic_cache.dart';