38         if ((
int) $news_set->get(
"acc_cache_mins") === 0) {
    39             self::$disabled = 
true;
    45         return self::$disabled || parent::isDisabled();
    51             return parent::readEntry($a_id);
    62         ?
int $a_int_key1 = null,
    63         ?
int $a_int_key2 = null,
    64         ?
string $a_text_key1 = null,
    65         ?
string $a_text_key2 = null
    68             parent::storeEntry($a_id, $a_value);
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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...
 
storeEntry(string $a_id, string $a_value, ?int $a_int_key1=null, ?int $a_int_key2=null, ?string $a_text_key1=null, ?string $a_text_key2=null)
Id is user_id:ref_id, we store ref_if additionally.