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
-
disabled
Disables this cache.- Returns:
- This object.
-
logOnExit
When enabled, logs cache hit statistics on this cache.- Returns:
- This object.
-
maxSize
Specifies the maximum size of this cache.- Parameters:
value
- The value for this setting.- Returns:
- This object.
-
build
Builds this object.- Returns:
- A new cache.
-