public class MemcachedCacheEngine extends AbstractCacheEngine
| Modifier and Type | Method and Description | 
|---|---|
MnodeValue | 
get(DistCacheEntry entry)  | 
void | 
put(HashKey hashKey,
   HashKey cacheKey,
   MnodeUpdate mnodeUpdate,
   long valueDataId,
   long valueDataTime)  | 
void | 
remove(HashKey hashKey,
      HashKey cacheKey,
      MnodeUpdate mnodeUpdate)  | 
compareAndPut, getAndPut, getServerIndex, initCache, isLocalExpired, notifyLease, start, updateTimepublic MnodeValue get(DistCacheEntry entry)
get in interface CacheEngineget in class AbstractCacheEnginepublic void put(HashKey hashKey, HashKey cacheKey, MnodeUpdate mnodeUpdate, long valueDataId, long valueDataTime)
put in interface CacheEngineput in class AbstractCacheEnginepublic void remove(HashKey hashKey, HashKey cacheKey, MnodeUpdate mnodeUpdate)
remove in interface CacheEngineremove in class AbstractCacheEngine