()
| 607 | } |
| 608 | |
| 609 | Strength getValueStrength() { |
| 610 | return MoreObjects.firstNonNull(valueStrength, Strength.STRONG); |
| 611 | } |
| 612 | |
| 613 | /** |
| 614 | * Specifies that each entry should be automatically removed from the cache once a fixed duration |
no test coverage detected