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
points
9
downloads

Publisher

verified publishertiagohm.dev

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

convert, crypto, file, meta, path, restio

More

Packages that depend on restio_cache