|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.distcache.CacheKeyManager
@Module public final class CacheKeyManager
Manages the distributed cache
Method Summary | |
---|---|
void |
closeCache(java.lang.String guid)
|
protected HashKey |
createHashKey(java.lang.Object key,
CacheConfig config)
|
protected HashKey |
createHashKeyImpl(java.lang.Object key,
CacheConfig config)
Returns the key hash |
HashKey |
createSelfHashKey(java.lang.Object key,
CacheSerializer keySerializer)
Returns the key hash |
DistCacheEntry |
getCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
getCacheEntry(java.lang.Object key,
CacheHandle cache)
Returns the key entry. |
CacheEntryManager |
getCacheEntryManager()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final CacheEntryManager getCacheEntryManager()
public final DistCacheEntry getCacheEntry(java.lang.Object key, CacheHandle cache)
public final DistCacheEntry getCacheEntry(HashKey hashKey, CacheHandle cache)
public void closeCache(java.lang.String guid)
protected HashKey createHashKey(java.lang.Object key, CacheConfig config)
protected HashKey createHashKeyImpl(java.lang.Object key, CacheConfig config)
public HashKey createSelfHashKey(java.lang.Object key, CacheSerializer keySerializer)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |