restio_cache 0.1.2+1 copy "restio_cache: ^0.1.2+1" to clipboard
restio_cache: ^0.1.2+1 copied to clipboard

discontinued

HTTP Cache (RFC 7234) support for Restio using LRU replacement strategy.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add restio_cache

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

dependencies:
  restio_cache: ^0.1.2+1

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:restio_cache/restio_cache.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publishertiagohm.dev

HTTP Cache (RFC 7234) support for Restio using LRU replacement strategy.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, crypto, file, meta, path, restio

More

Packages that depend on restio_cache