Options
All
  • Public
  • Public/Protected
  • All
Menu

Type of [[CacheKey | key]] that can be used in the Cache relying on deep equality.

Hierarchy

  • ValueKey

Implements

  • CacheKey

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ValueKey(name: string, value: any): ValueKey

Properties

Private keyStr

keyStr: string

Readonly name

name: string

Readonly value

value: any

Methods

isSame

  • Parameters

    Returns boolean

    true if the names are the same && deep equality on their values

Generated using TypeDoc