ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 111 of file class.arObjectCache.php.
References CachedActiveRecord\getCacheIdentifier().
Referenced by ilOrgUnitPosition\getActive(), and ilOrgUnitPosition\getActiveForPosition().
|
static |
$class | |
$id |
arException |
Definition at line 80 of file class.arObjectCache.php.
References $id, arException\GET_UNCACHED_OBJECT, and CachedActiveRecord\getCacheIdentifier().
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
$class | |
$id |
Definition at line 26 of file class.arObjectCache.php.
References $id, and CachedActiveRecord\getCacheIdentifier().
Referenced by ActiveRecord\additionalParams(), and ActiveRecord\buildFromArray().
|
static |
|
static |
ActiveRecord | $object |
Definition at line 99 of file class.arObjectCache.php.
References ActiveRecord\delete(), and ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\delete().
|
static |
ActiveRecord | $object |
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 17 of file class.arObjectCache.php.