Returns true if this reference contains an active value, meaning one that is still considered present in the cache. Active values consist of live values, which are returned by cache lookups, and dead values, which have been evicted but awaiting removal. Non-active values consist strictly of loading
()
| 683 | * loading. |
| 684 | */ |
| 685 | boolean isActive(); |
| 686 | } |
| 687 | |
| 688 | /** |
no outgoing calls
no test coverage detected