Manages storage operations using a configurable storage adapter.
Static
Clears all items from the storage.
Retrieves an item from the storage.
The name of the item.
A promise that resolves with the value of the item or null if not found.
Initializes the singleton instance of ESPRMStorage.
Optional
Custom storage adapter to use for storage operations.
Removes an item from the storage.
Sets an item in the storage.
The value to store.
Manages storage operations using a configurable storage adapter.