RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.batchSize(int batchSize) |
Fluently set the batch size for processing refresh requests.
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.build() |
Validate this configuration.
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.evictOnLoadMiss(boolean loadMissEvicts) |
Fluently set whether no return for a key from all CacheLoaders should force
an eviction prematurely from the underlying cache.
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.fromProperties(java.util.Properties properties) |
Initialize this configuration from a Properties object.
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.maximumRefreshBacklogItems(int maximumRefreshBacklogItems) |
Fluently set the maximum refresh backlog items.
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.name(java.lang.String name) |
Fluently set the name of this cache decorator
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.numberOfThreads(int numberOfThreads) |
Fluently set the number of threads used locally in this instance to process
refresh requests
|
RefreshAheadCacheConfiguration |
RefreshAheadCacheConfiguration.timeToRefreshSeconds(long secs) |
Fluently set the time to refresh seconds
|