Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CachedVariable

Hierarchy

  • CachedVariable

Index

Constructors

Methods

Constructors

constructor

  • new CachedVariable(root: any, computer?: any, cacheDurationSeconds?: number): CachedVariable
  • Parameters

    • root: any
    • Default value computer: any = null
    • Default value cacheDurationSeconds: number = 1

    Returns CachedVariable

Methods

getValue

  • getValue(): any
  • Returns any

invalidate

  • invalidate(): void
  • Returns void