clean_cache 1.2.0
clean_cache: ^1.2.0 copied to clipboard
A cache abstraction designed for Clean Architecture.
1.2.0 #
- Added a method to write multiple values at a time to the cache. This can greatly improve performance.
1.1.0 #
- Reduced the minimum supported environment SDK to 3.0.0
1.0.3 #
- Reads from the
HybridCache
will now cache values from the slow cache into the fast cache. This will make subsequent reads faster.
1.0.2 #
- Made the
json
argument in theHiveModelLoader
dynamic 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