xxf_cache 0.0.4 copy "xxf_cache: ^0.0.4" to clipboard
xxf_cache: ^0.0.4 copied to clipboard

缓存框架

缓存框架

Features #

  1. key_value存储,速度比官方shared_preferences 快5倍,底层使用isar
  2. 数据库存储

Getting started #

dependencies:
  xxf_cache: ^0.0.3

Usage #

  void test() {
  final key = "xxx";
  SharedPreferences.getInstance().getString(key).then((value) {
    logI("=========>cached:$key =$value");
  });
  SharedPreferences.getInstance().putString(key, "$_counter");
}

Additional information #

Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

1
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

缓存框架

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, isar, isar_flutter_libs

More

Packages that depend on xxf_cache