| Package | Description |
|---|---|
| com.caucho.distcache | |
| com.caucho.distcache.cluster | |
| com.caucho.server.distcache |
| Modifier and Type | Method and Description |
|---|---|
CacheImpl |
AbstractCache.createIfAbsent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterCacheEngine.initCache(CacheImpl cache) |
| Modifier and Type | Method and Description |
|---|---|
CacheImpl |
CacheImpl.createIfAbsent() |
CacheImpl |
CacheManagerImpl.createIfAbsent(java.lang.String name,
CacheConfig config) |
CacheImpl |
CacheManagerImpl.getCache(java.lang.String name) |
static CacheImpl |
DistCacheSystem.getMatchingCache(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheStoreManager.destroyCache(CacheImpl<?,?> cache)
Called when a cache is removed.
|
void |
AbstractCacheEngine.initCache(CacheImpl cache) |
void |
CacheEngine.initCache(CacheImpl cache) |
void |
CacheStoreManager.initCache(CacheImpl<?,?> cache)
Called when a cache initializes.
|
| Constructor and Description |
|---|
CacheStatisticsImpl(CacheImpl<?,?> cache) |