From a61f03cfbf62eb006e6bd845694f18d40101d4e8 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Sat, 29 Jun 2024 20:27:11 +1000 Subject: Added cache --- configure.tcl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.tcl') diff --git a/configure.tcl b/configure.tcl index 717a59d..5691763 100755 --- a/configure.tcl +++ b/configure.tcl @@ -8,6 +8,12 @@ namespace eval http { # A proc 'main' which is what the server will execute to get information. # A list $targets which have all the valid targets. variable hook_namespace {} + + namespace eval cache { + variable precache { + {/fonts/} + } + } } -- cgit v1.2.3