Options
All
  • Public
  • Public/Protected
  • All
Menu
description

The abstract Repository sets out the overall methods that must exist on any concrete implementation.

Hierarchy

  • Repository

Index

Constructors

Methods

Constructors

constructor

Methods

Abstract deleteData

  • deleteData(key: string): Promise<void>

Abstract getData

  • getData(key: string): Promise<any>

Abstract updateData

  • updateData(key: string, data: any): Promise<void>

Generated using TypeDoc