You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insert function atomically test if a key is already in the cache
and inserts it if not.
This function should be faster and more concise than using `member?`
and `put` as the operation uses a single transaction instead of two or
more.
Signed-off-by: Matteo Cafasso <[email protected]>
0 commit comments