issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
295
stars
24
forks
source link
Dart: Memory Cache
#322
Open
hhstore
opened
3 years ago
hhstore
commented
3 years ago
related:
[x] xxx
[x] xxx
hhstore
commented
3 years ago
Dart 内存型缓存:
语言内缓存
libs:
stash_memory:
https://github.com/ivoleitao/stash
https://pub.dev/packages/stash
https://pub.dev/packages/stash_memory
https://github.com/ivoleitao/stash/tree/develop/packages/stash_memory
用法:
支持 event, 触发cahce 过期时的动作
https://github.com/ivoleitao/stash#events
Dcache:
https://pub.dev/packages/dcache
https://github.com/platelk/dcache
https://github.com/bluele/gcache
其他:
https://pub.dev/packages/quiver
https://github.com/cxp108/flutter_memory_cache
hhstore
commented
3 years ago
Dart 文件型缓存:
libs:
https://pub.dev/packages/flutter_cache_manager
https://github.com/Baseflow/flutter_cache_manager
hhstore
commented
3 years ago
dart http 缓存:
libs:
https://github.com/hurshi/dio-http-cache
hhstore
commented
3 years ago
1
hhstore
commented
3 years ago
1
related: