net.spy.memcached.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spymemcached Show documentation
Show all versions of spymemcached Show documentation
A client library for memcached.
Memcached client and transformation utils
Memcached client and transformation utils
Usage should be pretty straightforward. Get a {@link
net.spy.memcached.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.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy