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, updateTime
public MnodeValue get(DistCacheEntry entry)
get
in interface CacheEngine
get
in class AbstractCacheEngine
public void put(HashKey hashKey, HashKey cacheKey, MnodeUpdate mnodeUpdate, long valueDataId, long valueDataTime)
put
in interface CacheEngine
put
in class AbstractCacheEngine
public void remove(HashKey hashKey, HashKey cacheKey, MnodeUpdate mnodeUpdate)
remove
in interface CacheEngine
remove
in class AbstractCacheEngine