| Package | Description | 
|---|---|
| com.caucho.distcache | |
| com.caucho.distcache.jcache | |
| com.caucho.distcache.jdbc | |
| com.caucho.distcache.rest | |
| com.caucho.distcache.websocket | |
| com.caucho.server.distcache | |
| javax.cache | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractCache.setCacheWriter(CacheWriter writer)
Sets the CacheWrite that the Cache can then use to save
 cache misses from a reference store (database). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheBuilder<K,V> | 
CacheBuilderImpl.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JdbcCacheBacking
Manages backing for the cache map. 
 | 
class  | 
JdbcCacheBackingImpl
Manages backing for the cache map. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpRestCacheLoader
general websocket launching protocol 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieredCacheLoader
general websocket launching protocol 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CacheBacking<K,V>
Extended cache loader 
 | 
interface  | 
CacheWriterExt<K,V>
Extended cache writer 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCacheBacking<K,V>
Extended cache loader 
 | 
class  | 
CacheWriterAdapter<K,V>
Extended cache loader 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheWriter | 
CacheConfig.getCacheWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheConfig.setCacheWriter(CacheWriter cacheWriter)  | 
| Constructor and Description | 
|---|
CacheWriterAdapter(CacheWriter<K,V> writer)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected CacheWriter<? super K,? super V> | 
MutableConfiguration.cacheWriter  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheWriter<? super K,? super V> | 
MutableConfiguration.getCacheWriter()  | 
CacheWriter<? super K,? super V> | 
Configuration.getCacheWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
MutableConfiguration<K,V> | 
MutableConfiguration.setCacheWriter(CacheWriter<? super K,? super V> writer)  | 
CacheBuilder<K,V> | 
CacheBuilder.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter)  | 
| Constructor and Description | 
|---|
MutableConfiguration(java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> regs,
                    CacheLoader<K,? extends V> cacheLoader,
                    CacheWriter<? super K,? super V> cacheWriter,
                    ExpiryPolicy<? super K,? super V> expiryPolicy,
                    boolean isReadThrough,
                    boolean isWriteThrough,
                    boolean isStatisticsEnabled,
                    boolean isStoreByValue,
                    boolean isTransactionsEnabled,
                    IsolationLevel txnIsolationLevel,
                    Mode txnMode)  |