ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 |
|
static |
$class | |
$id |
arException |
Definition at line 64 of file class.arObjectCache.php.
References arException\GET_UNCACHED_OBJECT.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
$class | |
$id |
Definition at line 25 of file class.arObjectCache.php.
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
|
static |
ActiveRecord | $object |
Definition at line 76 of file class.arObjectCache.php.
References ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\delete().
|
static |
ActiveRecord | $object |
Definition at line 40 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 16 of file class.arObjectCache.php.