Interface for the cache that defines a getter and setter

Hierarchy

  • ICacheClient

Methods

Methods

  • Save the required value using the provided key to cache

    Parameters

    • key: string

      key of item in the cache

    • value: string

      value of item to be saved in the cache

    Returns Promise<string>

    Promise

Generated using TypeDoc