Quote:
Originally Posted by kh99
I notice that the "Included Files" list on the right contains gloslist.php, is it possible that something in that file is arranging for it to be cached?
|
Could it be the pre-cache? I took a template from here:
https://vborg.vbsupport.ru/showthread.php?t=62164
But never cared about the pre-cache. Could it be that?
Quote:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array('GLOSLIST',
);
// pre-cache templates used by specific actions
$actiontemplates = array();
|