ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class arObjectCache. More...
Static Public Member Functions | |
static | isCached ($class, $id) |
static | store (ActiveRecord $object) |
static | printStats () |
static | get ($class, $id) |
static | purge (ActiveRecord $object) |
static | flush ($class_name) |
Static Protected Attributes | |
static | $cache = array() |
|
static |
$class_name |
Definition at line 90 of file class.arObjectCache.php.
Referenced by ilOrgUnitPosition\getActive(), and ilOrgUnitPosition\getActiveForPosition().
|
static |
$class | |
$id |
arException |
Definition at line 68 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 26 of file class.arObjectCache.php.
References $id.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
Definition at line 50 of file class.arObjectCache.php.
|
static |
ActiveRecord | $object |
Definition at line 81 of file class.arObjectCache.php.
References ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\delete().
|
static |
ActiveRecord | $object |
Definition at line 42 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 17 of file class.arObjectCache.php.