Constructs a new CacheBuilder instance with default settings, including strong keys, strong values, and no automatic eviction of any kind.
()
| 243 | |
| 244 | |
| 245 | public static CacheBuilder<Object, Object> newBuilder() { |
| 246 | return new CacheBuilder<Object, Object>(); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Constructs a new {@code CacheBuilder} instance with the settings specified in {@code spec}. |
no outgoing calls
no test coverage detected