Package | Description |
---|---|
com.caucho.distcache.jcache | |
javax.cache |
Modifier and Type | Class and Description |
---|---|
class |
CacheBuilderImpl<K,V>
Caching Provider for jcache
|
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.registerCacheEntryListener(CacheEntryListener<K,V> listener) |
CacheBuilder<K,V> |
CacheBuilderImpl.setCacheLoader(CacheLoader<K,? extends V> cacheLoader) |
CacheBuilder<K,V> |
CacheBuilderImpl.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter) |
CacheBuilder<K,V> |
CacheBuilderImpl.setExpiry(Configuration.ExpiryType type,
Configuration.Duration timeToLive) |
CacheBuilder<K,V> |
CacheBuilderImpl.setReadThrough(boolean readThrough) |
CacheBuilder<K,V> |
CacheBuilderImpl.setStatisticsEnabled(boolean isEnable) |
CacheBuilder<K,V> |
CacheBuilderImpl.setStoreByValue(boolean storeByValue) |
CacheBuilder<K,V> |
CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
CacheBuilder<K,V> |
CacheBuilderImpl.setWriteThrough(boolean isWriteThrough) |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.registerCacheEntryListener(CacheEntryListener<K,V> listener) |
CacheBuilder<K,V> |
CacheBuilder.setCacheLoader(CacheLoader<K,? extends V> cacheLoader) |
CacheBuilder<K,V> |
CacheBuilder.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter) |
CacheBuilder<K,V> |
CacheBuilder.setExpiry(Configuration.ExpiryType type,
Configuration.Duration timeToLive) |
CacheBuilder<K,V> |
CacheBuilder.setReadThrough(boolean readThrough) |
CacheBuilder<K,V> |
CacheBuilder.setStatisticsEnabled(boolean isEnable) |
CacheBuilder<K,V> |
CacheBuilder.setStoreByValue(boolean storeByValue) |
CacheBuilder<K,V> |
CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
CacheBuilder<K,V> |
CacheBuilder.setWriteThrough(boolean writeThrough) |