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

Simple in-memory key to object cache with expiry

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add memcached

With Flutter:

 $ flutter pub add memcached

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

dependencies:
  memcached: ^1.0.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:memcached/memcached.dart';
1
likes
130
pub points
44%
popularity

Publisher

verified publisherarcane.art

Simple in-memory key to object cache with expiry

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

synchronized

More

Packages that depend on memcached