|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistCacheEntry | |
---|---|
com.caucho.distcache.jdbc | |
com.caucho.memcached | |
com.caucho.server.distcache |
Uses of DistCacheEntry in com.caucho.distcache.jdbc |
---|
Methods in com.caucho.distcache.jdbc with parameters of type DistCacheEntry | |
---|---|
void |
JdbcCacheBacking.delete(DistCacheEntry entry)
|
void |
JdbcCacheBacking.load(DistCacheEntry entry,
CacheLoaderCallback cb)
|
void |
JdbcCacheBacking.write(DistCacheEntry entry)
|
Uses of DistCacheEntry in com.caucho.memcached |
---|
Methods in com.caucho.memcached with parameters of type DistCacheEntry | |
---|---|
MnodeValue |
MemcachedCacheEngine.get(DistCacheEntry entry)
|
Uses of DistCacheEntry in com.caucho.server.distcache |
---|
Methods in com.caucho.server.distcache that return DistCacheEntry | |
---|---|
DistCacheEntry |
CacheEntryFactory.createCacheEntry(HashKey key,
CacheHandle cache)
|
DistCacheEntry |
CacheEntryManager.createCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry, creating on if necessary. |
DistCacheEntry |
CacheStoreManager.createCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
CacheEntryManager.getCacheEntry(HashKey key)
Returns the cache entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key)
Returns the key entry. |
DistCacheEntry |
CacheKeyManager.getCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key,
HashKey cacheKey)
Returns the key entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey hashKey,
HashKey cacheKey,
java.lang.Object oKey)
Returns the key entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(java.lang.Object key,
CacheConfig config)
Returns the key entry. |
DistCacheEntry |
CacheKeyManager.getCacheEntry(java.lang.Object key,
CacheHandle cache)
Returns the key entry. |
protected DistCacheEntry |
CacheImpl.getDistCacheEntry(HashKey key)
Returns the CacheKeyEntry for the given key. |
protected DistCacheEntry |
CacheImpl.getDistCacheEntry(java.lang.Object key)
Returns the CacheKeyEntry for the given key. |
DistCacheEntry |
CacheStoreManager.loadLocalEntry(HashKey key,
CacheConfig config)
|
DistCacheEntry |
CacheStoreManager.loadLocalEntry(HashKey key,
HashKey cacheKey)
|
Methods in com.caucho.server.distcache that return types with arguments of type DistCacheEntry | |
---|---|
java.util.Iterator<DistCacheEntry> |
CacheEntryManager.getEntries()
|
java.util.Iterator<DistCacheEntry> |
CacheStoreManager.getEntries()
|
Methods in com.caucho.server.distcache with parameters of type DistCacheEntry | |
---|---|
boolean |
AbstractCacheEngine.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId)
|
boolean |
CacheEngine.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate update,
long valueDataId)
|
protected boolean |
DistCacheEntry.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId,
java.lang.Object value,
CacheConfig config)
|
void |
AbstractCacheBacking.delete(DistCacheEntry entry)
|
void |
CacheWriterAdapter.delete(DistCacheEntry entry)
|
void |
CacheWriterExt.delete(DistCacheEntry entry)
|
MnodeValue |
AbstractCacheBackupEngine.get(DistCacheEntry entry)
|
MnodeValue |
AbstractCacheEngine.get(DistCacheEntry entry)
|
MnodeValue |
CacheBackupEngine.get(DistCacheEntry entry)
|
MnodeValue |
CacheEngine.get(DistCacheEntry entry)
|
java.io.InputStream |
AbstractCacheEngine.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeValue,
long valueDataId)
|
java.io.InputStream |
CacheEngine.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeValue,
long valueDataId)
|
long |
DistCacheEntry.getAndPutLocal(DistCacheEntry entry,
MnodeUpdate mnodeUpdate,
long valueDataId,
java.lang.Object value)
|
void |
AbstractCacheBacking.load(DistCacheEntry entry,
CacheLoaderCallback cb)
|
void |
CacheLoaderAdapter.load(DistCacheEntry entry,
CacheLoaderCallback cb)
|
void |
CacheLoaderExt.load(DistCacheEntry entry,
CacheLoaderCallback cb)
|
void |
DistCacheLoadListener.onLoad(DistCacheEntry entry)
|
void |
CacheLoaderCallback.onLoad(DistCacheEntry entry,
java.lang.Object value)
|
void |
CacheLoaderCallback.onLoadFail(DistCacheEntry entry)
|
void |
AbstractCacheBacking.updateTime(DistCacheEntry distCacheEntry)
|
void |
CacheWriterAdapter.updateTime(DistCacheEntry distCacheEntry)
|
void |
CacheWriterExt.updateTime(DistCacheEntry distCacheEntry)
|
void |
AbstractCacheBacking.write(DistCacheEntry entry)
|
void |
CacheWriterAdapter.write(DistCacheEntry entry)
|
void |
CacheWriterExt.write(DistCacheEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |