ExternalListCache interface

Defines interface for external list cache

Index

Methods

Methods


clear

▸ clear(): any

Returns any


get

▸ get(key: string): any

Parameters:

  • key: string

Returns any


set

▸ set(key: string,list: any): any

Parameters:

  • key: string
  • list: any

Returns any