Home
last modified time | relevance | path

Searched refs:usememorycache (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php39 function &Instance($type = 'File', $usememorycache = true) argument
43 $i = new pfcContainer($type, $usememorycache);
47 function pfcContainer($type = 'File', $usememorycache = true) argument
51 $this->_usememorycache = $usememorycache;