Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IMQCache

Generic cache registry

Hierarchy

  • IMQCache

Index

Properties

Methods

Properties

Static adapters

adapters: object

Type declaration

Methods

Static apply

  • Overrides existing adapter options with the given

    Parameters

    • adapter: ICacheAdapter

      adapter to apply options to

    • options: any

      adapter specific options

    Returns IMQCache

Static get

Static init

  • init(): Promise<any>
  • Initializes all registered cache adapters

    Returns Promise<any>

Static register