forum::flush_templating_cache (public)

 forum::flush_templating_cache -forum_id forum_id

Defined in packages/forums/tcl/forums-procs.tcl

Flushes forum templating cache, created by template::paginator

Switches:
-forum_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_forum_new forum_new (test forums) forum::flush_templating_cache forum::flush_templating_cache test_forum_new->forum::flush_templating_cache template::cache template::cache (public) forum::flush_templating_cache->template::cache forum::flush_cache forum::flush_cache (public) forum::flush_cache->forum::flush_templating_cache forum::new forum::new (public) forum::new->forum::flush_templating_cache packages/forums/www/moderate/message-approve.tcl packages/forums/ www/moderate/message-approve.tcl packages/forums/www/moderate/message-approve.tcl->forum::flush_templating_cache

Testcases:
forum_new
Source code:
    # DRB: Black magic cache flush call which will disappear when list builder is
    # rewritten to paginate internally rather than use the template paginator.
    template::cache flush "messages,forum_id=$forum_id*"
Generic XQL file:
packages/forums/tcl/forums-procs.xql

PostgreSQL XQL file:
packages/forums/tcl/forums-procs-postgresql.xql

Oracle XQL file:
packages/forums/tcl/forums-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: