|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.distcache.CacheEntryManager
@Module public final class CacheEntryManager
Manages the server entries for the distributed cache
Constructor Summary | |
---|---|
CacheEntryManager(CacheEntryFactory cacheEntryFactory)
|
Method Summary | |
---|---|
void |
clearLeases()
Clears leases on server start/stop |
DistCacheEntry |
createCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry, creating on if necessary. |
DistCacheEntry |
getCacheEntry(HashKey key)
Returns the cache entry. |
java.util.Iterator<DistCacheEntry> |
getEntries()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheEntryManager(CacheEntryFactory cacheEntryFactory)
Method Detail |
---|
public final DistCacheEntry getCacheEntry(HashKey key)
public final DistCacheEntry createCacheEntry(HashKey key, CacheHandle cache)
public java.util.Iterator<DistCacheEntry> getEntries()
public final void clearLeases()
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 |