Package | Description |
---|---|
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
DistCacheEntry |
CacheEntryFactory.createCacheEntry(HashKey key,
CacheHandle cache) |
DistCacheEntry |
CacheStoreManager.createCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry.
|
DistCacheEntry |
CacheEntryManager.createCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry, creating on if necessary.
|
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
|