* Invalidates the value associated with the specified key if the predicate holds.
(key: Key, predicate: Predicate.Predicate<Value>)
| 137 | * Invalidates the value associated with the specified key if the predicate holds. |
| 138 | */ |
| 139 | invalidateWhen(key: Key, predicate: Predicate.Predicate<Value>): Effect.Effect<void> |
| 140 | |
| 141 | /** |
| 142 | * Invalidates all values in the cache. |
no outgoing calls
no test coverage detected