ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
stats.php
Go to the documentation of this file.
1
<?php
2
3
chdir(
'../../../../'
);
4
echo getcwd();
5
require_once(
'./include/inc.header.php'
);
6
require_once(
'./Services/GlobalCache/classes/class.ilGlobalCache.php'
);
7
echo
'<pre>'
. print_r(
ilGlobalCache::getInstance
(
ilGlobalCache::COMP_CLNG
)->getInfo(), 1) .
'</pre>'
;
8
?>
ilGlobalCache\getInstance
static getInstance($component)
Definition:
class.ilGlobalCache.php:107
ilGlobalCache\COMP_CLNG
const COMP_CLNG
Definition:
class.ilGlobalCache.php:23
Services
GlobalCache
classes
Memcache
stats.php
Generated on Wed Aug 27 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)