Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.distcache.jcache | |
com.caucho.memcached | |
com.caucho.server.distcache | |
javax.cache |
Modifier and Type | Method and Description |
---|---|
Configuration |
AbstractCache.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheManagerFacade.configureCache(java.lang.String cacheName,
Configuration<K,V> configuration) |
Modifier and Type | Method and Description |
---|---|
Configuration |
MemcachedClient.getConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
CacheConfig
Manages the distributed cache
|
Modifier and Type | Method and Description |
---|---|
Configuration<K,V> |
CacheImpl.getConfiguration() |
Constructor and Description |
---|
CacheConfig(Configuration cfg) |
Modifier and Type | Class and Description |
---|---|
class |
MutableConfiguration<K,V>
Configuration for a new Cache.
|
Modifier and Type | Method and Description |
---|---|
Configuration<K,V> |
Cache.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheManager.configureCache(java.lang.String cacheName,
Configuration<K,V> configuration) |
Constructor and Description |
---|
MutableConfiguration(Configuration<K,V> cfg) |