UNPKG

@easyquery/core

Version:

EasyQuery.JS core modules

6 lines (5 loc) 127 B
export interface ExternalListCache { get(key: string): any; set(key: string, list: any): any; clear(): any; }