Interface for storage operations to persist and retrieve data.
Saves a value to storage with the specified key.
The storage key
The value to store
Loads a value from storage by key.
The stored value or null if not found
Removes a value from storage by key.
Interface for storage operations to persist and retrieve data.