19 declare(strict_types=1);
    39         return $this->storage[
$id];
    47         $this->storage[$key] = 
$data;
    52         return array_key_exists($id, $this->storage);
    60         foreach ($values as &$value) {
    61             if ($value !== null && !is_scalar($value)) {
    63                     "Value %s is not scalar and can't be used to build a key",
    68             $value = (string) $value;
    71         return md5(implode(
'|', $values));
 
createKeyByValues(array $values)
 
store(string $key, $data)
 
Class ilForumNotificationCache. 
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins