All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.spy.memcached.package.html Maven / Gradle / Ivy

The newest version!




  
    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