|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.distcache.AbstractCacheEngine
com.caucho.memcached.MemcachedCacheEngine
public class MemcachedCacheEngine
Custom serialization for the cache
Method Summary | |
---|---|
MnodeValue |
get(DistCacheEntry entry)
|
void |
put(HashKey hashKey,
HashKey cacheKey,
MnodeUpdate mnodeUpdate,
long valueDataId)
|
void |
remove(HashKey hashKey,
HashKey cacheKey,
MnodeUpdate mnodeUpdate)
|
Methods inherited from class com.caucho.server.distcache.AbstractCacheEngine |
---|
compareAndPut, getAndPut, getServerIndex, initCache, isLocalExpired, notifyLease, start, updateTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MnodeValue get(DistCacheEntry entry)
get
in interface CacheEngine
get
in class AbstractCacheEngine
public void put(HashKey hashKey, HashKey cacheKey, MnodeUpdate mnodeUpdate, long valueDataId)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |