An in-memory store whose contents will be cleared each time the user navigates away from the page or refreshes their browser.
NOTE: Objects are serialized to JSON during storage to ensure any modifications to the original object are not reflected in the cached copy as a side-effect. Retrieving the cached version will always reflect the object as it existed at the time of storage. However, some property types cannot be serialized to JSON. For more information, read this.
A Store that is not persisted. The store will be cleared when the site is refreshed or navigated away from.
Provides methods for storing information on the client's machine. The persistence period will vary based on the storage type and configuration.