StaticclearClears all items from the storage.
StaticgetRetrieves 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.
StaticinitializeInitializes the singleton instance of ESPRMStorage.
OptionalcustomStorageAdapter: ESPRMStorageAdapterInterfaceCustom storage adapter to use for storage operations.
StaticremoveRemoves an item from the storage.
The name of the item.
StaticsetSets an item in the storage.
The name of the item.
The value to store.
Manages storage operations using a configurable storage adapter.