memcache 0.2.1 copy "memcache: ^0.2.1" to clipboard
memcache: ^0.2.1 copied to clipboard

discontinued
outdatedDart 1 only

Dart memcache APIs

0.2.1 #

  • Added [BinaryMemcacheProtocol] which implements the [RawMemcache] API.

  • Fix bugs in the [MemCacheNativeConnection] which used typed-data views incorrectly.

  • Switch from package:unittest to package:test.

0.2.0 #

  • Added expiration to the RawMemcache API when adding values. Pass the expiration from the Memcache implemented on RawMemcache.

  • Removed the expiration from the clear method on the Memcache interface. Some implementations do not support it.

0.1.0 #

  • First release.