|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for arObjectCache:Static Public Member Functions | |
| static | isCached ($class, $id) |
| static | store (ActiveRecord $activeRecord) |
| static | printStats () |
| static | get ($class, $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().
Here is the caller graph for this function:
|
static |
| $class | |
| $id |
Definition at line 32 of file class.arObjectCache.php.
References $id.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 26 of file class.arObjectCache.php.