3 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. 
 
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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
__construct(Container $dic, ilPlugin $plugin)
 
isDisabled()
Check if cache is disabled.