neat_cache 2.0.4 copy "neat_cache: ^2.0.4" to clipboard
neat_cache: ^2.0.4 copied to clipboard

A neat cache abstraction for wrapping in-memory or redis caches.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neat_cache

With Flutter:

 $ flutter pub add neat_cache

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

dependencies:
  neat_cache: ^2.0.4

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:neat_cache/neat_cache.dart';
20
likes
140
pub points
93%
popularity

Publisher

verified publishergoogle.dev

A neat cache abstraction for wrapping in-memory or redis caches.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#server #caching

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

async, convert, logging, meta, retry

More

Packages that depend on neat_cache