30 return array_key_exists($activeRecord::class, self::$cache);
45 if (!self::isCached($activeRecord)) {
46 self::store($activeRecord);
49 return self::$cache[$activeRecord::class];
54 unset(self::$cache[$activeRecord::class]);
59 return self::get($activeRecord)->getPrimaryFieldName();
67 return self::get($activeRecord)->getPrimaryFieldType();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static storeFromStorage(string $storage_class_name, ActiveRecord $activeRecord)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isCached(ActiveRecord $activeRecord)
static getInstance(ActiveRecord $activeRecord)
static getInstanceFromStorage(\ActiveRecord $activeRecord)
static purge(ActiveRecord $activeRecord)
static store(ActiveRecord $activeRecord)
static getPrimaryFieldName(ActiveRecord $activeRecord)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getPrimaryFieldType(ActiveRecord $activeRecord)