Data is retrieved in the format specified at the time of initial storage.
Example 1:
If the key `speed` has an integer value of `100`
→ Retrieval result: `100`
Example 2:
If the key `car` has a string value of `"Porsche"`
→ Retrieval result: `"Porsche"`