Class to represent one key in the store with a default expiration.
Readonly
Delete this key from the store.
Get a value by key, or undefined if it does not exist.
Example usage:
const { value, storedMs, expiryMs, storedMs } = await myLocalItem.getStoredObject();
Set a value in the store.
Class to represent one key in the store with a default expiration.