From 6e62ef782fdc2e558a94ba548eff3ebfd92e1fcf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 23 Aug 2022 18:02:21 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 539117e..4ca5756 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -2,6 +2,8 @@ * * * XXX CACHE match pattern paths -- to catch page creation... +* 1) explicit subpath matching -- same as .match(..) +* 2) identify recursive patterns -- same as ** * XXX CACHE track store changes... * XXX CACHE/DEPENDS might be a good idea to add a dependencyUpdated event... * ...and use it for cache invalidation...