ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | isCached ($class, $id) |
static | store (ActiveRecord $activeRecord) |
static | printStats () |
static | get (string $class, string $id) |
static | purge (ActiveRecord $activeRecord) |
static | flush ($class_name) |
Static Protected Attributes | |
static array | $cache = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arObjectCache
Definition at line 24 of file class.arObjectCache.php.
|
static |
$class_name |
Definition at line 89 of file class.arObjectCache.php.
|
static |
$class | |
$id |
arException |
Definition at line 71 of file class.arObjectCache.php.
References $id, and arException\GET_UNCACHED_OBJECT.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
$class | |
$id |
Definition at line 32 of file class.arObjectCache.php.
References $id.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
Definition at line 56 of file class.arObjectCache.php.
|
static |
Definition at line 81 of file class.arObjectCache.php.
References ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\delete().
|
static |
Definition at line 49 of file class.arObjectCache.php.
References ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\buildFromArray(), ActiveRecord\create(), ActiveRecord\read(), ActiveRecord\storeObjectToCache(), and ActiveRecord\update().
|
staticprotected |
Definition at line 26 of file class.arObjectCache.php.