Package net.spy.memcached

Memcached client and transformation utils

See: Description

Package net.spy.memcached Description

Memcached client and transformation utils

Usage should be pretty straightforward. Get a MemcachedClient object and start setting and getting stuff in memcached.

All operations are asynchronous internally, but most at least provide synchronous convenience interfaces. Some only provide synchronous interfaces (getVersion, getStats) and some only provide asynchronous interfaces (delete, flush). That'll probably all get cleared up if it bothers anyone.

You may also find the online examples helpful.

Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.