expire_cache 2.0.1 copy "expire_cache: ^2.0.1" to clipboard
expire_cache: ^2.0.1 copied to clipboard

A dart package provides FIFO cache and its entries will expire according to time. Also proviodes mutex like method for search usage. Check out example/async_search_example.dart.

2.0.1 - 2021.07.11 #

2.0.0 - 2021.03.18 #

1.0.9 - 2020.11.18 #

1.0.8 - 2020.11.15 #

  • update dart test dep version.
  • fix a wrong syntax when initializing gc timer callback.

1.0.7 - 2020.06.27 #

  • Update dep versions.

1.0.6 - 2019.01.24 #

  • Update documents.
  • Added clear method.

1.0.5 - 2019.01.24 #

  • Remove blocking get and set methods.
  • Add method to handle the case when get and set are fired at the same time(and cache will be set twice).

1.0.4 - 2019.01.24 #

  • Add blocking get and set methods.

1.0.3 - 2019.01.23 #

  • Update sdk version as dev to be compatible with flutter.

1.0.2 - 2019.01.20 #

1.0.1 - 2019.01.20 #

0.0.1 - 2019.01.19 #

  • A usable simple expire cache.
10
likes
130
pub points
84%
popularity

Publisher

unverified uploader

A dart package provides FIFO cache and its entries will expire according to time. Also proviodes mutex like method for search usage. Check out example/async_search_example.dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

clock

More

Packages that depend on expire_cache