|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheHandle | |
---|---|
com.caucho.server.distcache |
Uses of CacheHandle in com.caucho.server.distcache |
---|
Methods in com.caucho.server.distcache that return CacheHandle | |
---|---|
CacheHandle |
CacheConfig.getCache()
|
CacheHandle |
DistCacheEntry.getCache()
|
CacheHandle |
CacheStoreManager.getCache(HashKey cacheHash)
|
CacheHandle |
CacheStoreManager.getCache(java.lang.String guid,
CacheSerializer keySerializer)
Returns the CacheHandle. |
CacheHandle |
CacheImpl.getCacheHandle()
|
Methods in com.caucho.server.distcache with parameters of type CacheHandle | |
---|---|
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 |
CacheKeyManager.getCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry. |
DistCacheEntry |
CacheKeyManager.getCacheEntry(java.lang.Object key,
CacheHandle cache)
Returns the key entry. |
void |
CacheConfig.setCache(CacheHandle cache)
Sets the globally-unique id for the cache |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |