|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class arObjectCache. More...
Collaboration diagram for arObjectCache: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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\buildFromArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| $class | |
| $id |
Definition at line 26 of file class.arObjectCache.php.
References $id, and CachedActiveRecord\getCacheIdentifier().
Referenced by ActiveRecord\buildFromArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 62 of file class.arObjectCache.php.
|
static |
| ActiveRecord | $object |
Definition at line 99 of file class.arObjectCache.php.
References ActiveRecord\delete(), and ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\delete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ActiveRecord | $object |
Definition at line 49 of file class.arObjectCache.php.
References ActiveRecord\getPrimaryFieldValue().
Referenced by ActiveRecord\buildFromArray(), ActiveRecord\create(), 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 17 of file class.arObjectCache.php.