| Package | Description |
|---|---|
| com.caucho.cache |
| Modifier and Type | Field and Description |
|---|---|
protected CacheLoader<K,? extends V> |
MutableConfiguration.cacheLoader |
| Modifier and Type | Method and Description |
|---|---|
CacheLoader<K,? extends V> |
MutableConfiguration.getCacheLoader() |
CacheLoader<K,? extends V> |
Configuration.getCacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setCacheLoader(CacheLoader<K,? extends V> loader) |
CacheBuilder<K,V> |
CacheBuilder.setCacheLoader(CacheLoader<K,? extends V> cacheLoader) |
| 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) |