Invalidates cache entries for all keys. This operation will trigger EvictionListener with EvictionType#EXPLICIT.
()
| 53 | * with {@link EvictionType#EXPLICIT}. |
| 54 | */ |
| 55 | void invalidateAll(); |
| 56 | |
| 57 | /** Returns {@code true} if given key is cached. */ |
| 58 | @CheckReturnValue |
no outgoing calls