* Associates the specified value with the specified key in the cache.
(key: Key, value: Value)
| 87 | * Associates the specified value with the specified key in the cache. |
| 88 | */ |
| 89 | set(key: Key, value: Value): Effect.Effect<void> |
| 90 | } |
| 91 | |
| 92 | /** |
no outgoing calls