persistant_cached 1.6.2 copy "persistant_cached: ^1.6.2" to clipboard
persistant_cached: ^1.6.2 copied to clipboard

Dart package with build-in code generation. Simplifies and speedup creation of cache mechanism for dart classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persistant_cached

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

dependencies:
  persistant_cached: ^1.6.2

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

Import it

Now in your Dart code, you can use:

import 'package:persistant_cached/persistant_cached.dart';
1
likes
140
points
58
downloads

Publisher

verified publisherflave.co

Weekly Downloads

Dart package with build-in code generation. Simplifies and speedup creation of cache mechanism for dart classes.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, build, cached_annotation, collection, meta, source_gen, source_helper

More

Packages that depend on persistant_cached