Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReferenceKey

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

Hierarchy

  • ReferenceKey

Implements

  • CacheKey

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ReferenceKey(name: string, ...objects: Object[]): ReferenceKey

Properties

Readonly name

name: string

Private Readonly objects

objects: Object[]

Methods

isSame

  • Parameters

    Returns boolean

    true if the names are the same as well as all objects' reference (in the same order)

Generated using TypeDoc