19 declare(strict_types=1);
39 self::$disabled =
true;
47 return self::$disabled or parent::isDisabled();
56 return parent::readEntry($id);
68 ?
int $int_key1 =
null,
69 ?
int $int_key2 =
null,
70 ?
string $text_key1 =
null,
71 ?
string $text_key2 =
null 74 parent::storeEntry($id, $value, $int_key1);
83 parent::deleteByAdditionalKeys($ref_id);
storeEntry(string $id, string $value, ?int $int_key1=null, ?int $int_key2=null, ?string $text_key1=null, ?string $text_key2=null)
Id is user_id:ref_id, we store ref_if additionally.
deleteByRefId(int $ref_id)
This one can be called, e.g.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
readEntry(string $id)
Read an entry.
setExpiresAfter(int $a_val)
Set expires after x seconds.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Caches (check) access information on list items.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)
isDisabled()
Check if cache is disabled.