Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ModelCache

A centralized class which ties the cache and cache directors together in a cohesive way for use by Iridium.

internal

Hierarchy

  • ModelCache

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

model

model: Model<any, any>

Methods

clear

  • clear(conditions: any): void

get

  • get<T>(conditions: any): Promise<T | null>
  • Type parameters

    • T

    Parameters

    • conditions: any

    Returns Promise<T | null>

set

  • set<T>(value: T): void

Generated using TypeDoc