GetAll returns a shallow copy of the current store data.
Reset clears the store and replaces the store data with a shallow copy of the provided newData.
SetIfLessThanLimit sets (or overwrite if already exist) a new value for key.
This method is similar to Set() but it will skip adding new elements to the store if the store length has reached the specified limit. false is returned if maxAllowedElements limit is reached.
Generated using TypeDoc
Store defines a concurrent safe in memory key-value data store.