flutter_memory_cache 0.0.1 copy "flutter_memory_cache: ^0.0.1" to clipboard
flutter_memory_cache: ^0.0.1 copied to clipboard

outdated

flutter memory cache in Map.

Language: English | 中文简体

flutter_memory_cache #

flutter memory cache in Map with ttl support.

Notice #

  • It's not for the logical cache because eviction will automatically remove cache.
  • It use TTL(Time To Live) to make sure data can be refresh.
  • Don't have LRU strategy, If you seeking LRU then you need a different cache lib.
  • NOT fully test yet, Please do NOT use it in production.

Getting Started #

Add dependency


dependencies:
   flutter_memory_cache: 0.0.1 #latest version

then

0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

flutter memory cache in Map.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, system_info

More

Packages that depend on flutter_memory_cache