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
SetIfNotExists is a new API that stores a value for a key if the key is not already present (and returns Stored along with the key and value), otherwise it does not store the value (and returns NotStored).
Although it's not really to do with "data structures," this API is only available in caches that also support data structures.
The text was updated successfully, but these errors were encountered:
SetIfNotExists
is a new API that stores a value for a key if the key is not already present (and returnsStored
along with the key and value), otherwise it does not store the value (and returnsNotStored
).Although it's not really to do with "data structures," this API is only available in caches that also support data structures.
The text was updated successfully, but these errors were encountered: