Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CacheKey

Index

Constructors

constructor

Properties

audience

audience: string

client_id

client_id: string

prefix

prefix: string

scope

scope: string

Methods

toKey

  • toKey(): string
  • Converts this CacheKey instance into a string for use in a cache

    Returns string

    A string representation of the key

Static fromCacheEntry

Static fromKey

  • Converts a cache key string into a CacheKey instance.

    Parameters

    • key: string

      The key to convert

    Returns CacheKey

    An instance of CacheKey