UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

9 lines 321 B
import { GridGetRowsParams, GridGetRowsResponse } from "../../models/gridDataSource.js"; export declare class TestCache { private cache; constructor(); set(key: GridGetRowsParams, value: GridGetRowsResponse): void; get(key: GridGetRowsParams): GridGetRowsResponse | undefined; size(): number; clear(): void; }