net.spy.memcached.CacheMap Maven / Gradle / Ivy
The newest version!
package net.spy.memcached;
/**
* A Map interface to memcached.
*
*
* Do note that nothing that iterates over the map will work (such is
* memcached). All iteration mechanisms will return empty iterators and
* such.
*
*/
public class CacheMap extends BaseCacheMap