Deletes all of the stored keys and values.
Returns whether the store contains the given key.
Returns whether the store contains the given value.
Deletes the stored key and value based on the given key, or ignored if the key doesn't already exist.
key or null to ignore
null
Returns the stored value for the given key or null if not found.
key or null for null result
Returns the data store factory.
Returns the data store ID.
Returns whether there are any stored keys.
Returns the unmodifiable set of all stored keys.
Order of the keys is not specified.
Stores the given value for the given key (replacing any existing value).
key
value object
Returns the number of stored keys.
Returns the unmodifiable collection of all stored values.
Generated using TypeDoc
Deletes all of the stored keys and values.