Invalidates an entry for given key if exists. This operation will trigger EvictionListener with EvictionType#EXPLICIT. @return the previous value associated with key, otherwise null
(K key)
| 46 | * @return the previous value associated with key, otherwise {@code null} |
| 47 | */ |
| 48 | @Nullable |
| 49 | V invalidate(K key); |
| 50 | |
| 51 | /** |
no outgoing calls