cachemesh 1.0.2 copy "cachemesh: ^1.0.2" to clipboard
cachemesh: ^1.0.2 copied to clipboard

Result-first caching and data orchestration layer for Dart and Flutter apps. Memory-first cache with policies, single-flight dedup, and reactive watch streams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cachemesh

With Flutter:

 $ flutter pub add cachemesh

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cachemesh: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cachemesh/cachemesh.dart';
1
likes
160
points
219
downloads

Documentation

API reference

Publisher

verified publisherhimanshulahoti.is-a.dev

Weekly Downloads

Result-first caching and data orchestration layer for Dart and Flutter apps. Memory-first cache with policies, single-flight dedup, and reactive watch streams.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on cachemesh