Constructors

Properties

audience?: string
clientId: string
prefix: string = CACHE_KEY_PREFIX
scope?: string
suffix?: string

Methods

  • Converts this CacheKey instance into a string for use in a cache

    Returns string

    A string representation of the key

  • Converts a cache key string into a CacheKey instance.

    Parameters

    • key: string

      The key to convert

    Returns CacheKey

    An instance of CacheKey