|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilForumNotificationCache. More...
Collaboration diagram for ilForumNotificationCache: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.
| ilForumNotificationCache::exists | ( | string | $id | ) |
Definition at line 50 of file class.ilForumNotificationCache.php.
Referenced by fetch().
Here is the caller graph for this function:| ilForumNotificationCache::fetch | ( | string | $id | ) |
Definition at line 33 of file class.ilForumNotificationCache.php.
Here is the call graph for this function:| ilForumNotificationCache::store | ( | string | $key, |
| $data | |||
| ) |
| mixed | $data |
Definition at line 45 of file class.ilForumNotificationCache.php.
References $data, and ILIAS\LTI\ToolProvider\$key.
|
private |
Definition at line 28 of file class.ilForumNotificationCache.php.