hope_cache 0.1.0 copy "hope_cache: ^0.1.0" to clipboard
hope_cache: ^0.1.0 copied to clipboard

Simple and fast caching for Dart/Flutter with TTL support, multiple eviction strategies, and pluggable storage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hope_cache

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

dependencies:
  hope_cache: ^0.1.0

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:hope_cache/cache_entry.dart';
import 'package:hope_cache/cache_manager.dart';
import 'package:hope_cache/cache_store.dart';
import 'package:hope_cache/key_gen.dart';
1
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and fast caching for Dart/Flutter with TTL support, multiple eviction strategies, and pluggable storage.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on hope_cache