ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Class ilForumNotificationCache. More...
Public Member Functions | |
fetch (string $id) | |
store (string $key, $data) | |
exists (string $id) | |
createKeyByValues (array $values) | |
Private Attributes | |
array | $storage = [] |
Class ilForumNotificationCache.
Definition at line 25 of file class.ilForumNotificationCache.php.
ilForumNotificationCache::createKeyByValues | ( | array | $values | ) |
Definition at line 58 of file class.ilForumNotificationCache.php.
References null.
ilForumNotificationCache::exists | ( | string | $id | ) |
Definition at line 50 of file class.ilForumNotificationCache.php.
Referenced by fetch().
ilForumNotificationCache::fetch | ( | string | $id | ) |
Definition at line 33 of file class.ilForumNotificationCache.php.
ilForumNotificationCache::store | ( | string | $key, |
$data | |||
) |
mixed | $data |
Definition at line 45 of file class.ilForumNotificationCache.php.
References $data.
|
private |
Definition at line 28 of file class.ilForumNotificationCache.php.