Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Cache

Index

Methods

Methods

get

0.0.46 provide
  • get(key: any): any
  • Retrieve an item from the cache.

    Note that key and value can be anything including objects, array, etc.

    Parameters

    • key: any

    Returns any

set

0.0.46 provide
  • set(key: any, value: any): void
  • Add an item to the cache.

    Note that key and value can be anything including objects, array, etc.

    Parameters

    • key: any
    • value: any

    Returns void