tui.load_cached
tui.load_cached FILE
Like tui.load, but replays the page from its recorded call log when it is cached and unchanged, and records it otherwise.
Notes
- “Unchanged” means the page and every
<include>have the mtimes they had when recorded. Callback scripts are re-sourced on every load, so edits to them apply without invalidating the cache. on_visitis never recorded: it runs fresh every time.
