From 888f303a4a82c9207ef89687d8c282be39f5b213 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 19 Sep 2022 21:00:29 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 91a837a..eedac5f 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -12,6 +12,16 @@ * .onDelete(path) * ..stores should also be able to trigger these when external * updates are detected... +* XXX CACHE strategy and architecture +* controlled caching +* - cache is a layer of linked data +* - linked via events and overloads +* goals: +* - generate data once +* - fully transparent +* levels: +* - memory +* - persistent * XXX might also be a good idea to investigate a .tree directory index * as a supplement to .paths() * XXX Q: can we access fs from a pwa???