perspective cache - basic design

This commit is contained in:
Jan Prochazka
2022-07-21 15:43:17 +02:00
parent 0f6ec420d2
commit d71294621b
10 changed files with 218 additions and 66 deletions

View File

@@ -26,7 +26,9 @@ export default function usePerspectiveConfig(tabid) {
return config;
}
export function usePerspectiveCache() {
const cache = writable({});
return cache;
}
// export function usePerspectiveCache() {
// const cache = writable({
// tables: {},
// });
// return cache;
// }