Package org.apache.juneau.internal
Class Cache.Builder<K,V> 
java.lang.Object
org.apache.juneau.internal.Cache.Builder<K,V> 
- Type Parameters:
- K- The key type.
- V- The value type.
Builder class.
- 
Method Summary
- 
Method Details- 
disabledDisables this cache.- Returns:
- This object.
 
- 
logOnExitWhen enabled, logs cache hit statistics on this cache.- Returns:
- This object.
 
- 
maxSizeSpecifies the maximum size of this cache.- Parameters:
- value- The value for this setting.
- Returns:
- This object.
 
- 
buildBuilds this object.- Returns:
- A new cache.
 
 
-