memcached 1.0.0 copy "memcached: ^1.0.0" to clipboard
memcached: ^1.0.0 copied to clipboard

outdated

Simple in-memory key to object cache with expiry

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add memcached

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

dependencies:
  memcached: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:memcached/memcached.dart';
1
likes
0
points
515
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Simple in-memory key to object cache with expiry

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, synchronized

More

Packages that depend on memcached