()
| 395 | } |
| 396 | |
| 397 | int getConcurrencyLevel() { |
| 398 | return (concurrencyLevel == UNSET_INT) ? DEFAULT_CONCURRENCY_LEVEL : concurrencyLevel; |
| 399 | } |
| 400 | |
| 401 | /** |
| 402 | * Specifies the maximum number of entries the cache may contain. Note that the cache <b>may evict |