| Package | Description |
|---|---|
| com.caucho.cache |
| 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) |