Introduce a variable to cache some data.

This commit is contained in:
Laurent Destailleur 2021-03-02 16:13:00 +01:00
parent 1876cd661a
commit c81d5ff4d0

View File

@ -80,6 +80,9 @@ class Conf
'syslog' => array(),
);
// An array to store cache results ->cache['nameofcache']=...
public $cache = array();
public $logbuffer = array();
/**