clean_cache 1.0.3
clean_cache: ^1.0.3 copied to clipboard
A cache abstraction designed for Clean Architecture.
1.0.3 #
- Reads from the
HybridCachewill now cache values from the slow cache into the fast cache. This will make subsequent reads faster.
1.0.2 #
- Made the
jsonargument in theHiveModelLoaderdynamic so it can handle any shape of json.
1.0.1 #
- Made Hive encryption optional
1.0.0 #
- Added base cache abstraction
- Added Memory Cache
- Added Hive Cache
- Added Hybrid Cache