Skip to content

ExternalListCache interface

Defines interface for external list cache


▸ clear(): any

Returns any


▸ get(key: string): any

  • key: string

Returns any


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

  • key: string
  • list: any

Returns any