Manages storage operations using a configurable storage adapter.

Methods

  • Retrieves an item from the storage.

    Parameters

    • name: string

      The name of the item.

    Returns Promise<null | string>

    A promise that resolves with the value of the item or null if not found.