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