server_cache 0.2.2 copy "server_cache: ^0.2.2" to clipboard
server_cache: ^0.2.2 copied to clipboard

Framework-agnostic cache runtime for server ecosystems (portable, from server_data/cache).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_cache

With Flutter:

 $ flutter pub add server_cache

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

dependencies:
  server_cache: ^0.2.2

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:server_cache/server_cache.dart';
0
likes
130
points
633
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Framework-agnostic cache runtime for server ecosystems (portable, from server_data/cache).

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

crypto, file, ormed, redis, server_contracts, storage_fs

More

Packages that depend on server_cache