clean_cache 1.2.0 copy "clean_cache: ^1.2.0" to clipboard
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 the HiveModelLoader 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
2
likes
140
points
438
downloads

Publisher

verified publisherneutrinographics.com

Weekly Downloads

A cache abstraction designed for Clean Architecture.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive

More

Packages that depend on clean_cache