Returns the stored keys.
The stored keys.
Return a value.
A string.
The stored value or undefined
.
Return a value.
A string.
A value that should be returned when there is no
value (undefined
) with the given key.
The stored value or the defaultValue.
Store a value. The value must be JSON-stringifyable.
A string.
A value. MUST not contain cyclic references.
A memento represents a storage utility. It can store and retrieve values.