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)

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: