Discards any cached value for key key.
(Object key)
| 131 | * Discards any cached value for key {@code key}. |
| 132 | */ |
| 133 | void invalidate(Object key); |
| 134 | |
| 135 | /** |
| 136 | * Discards any cached values for keys {@code keys}. |
no outgoing calls
no test coverage detected