|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilForumNotificationCache. More...
Collaboration diagram for ilForumNotificationCache:Public Member Functions | |
| fetch (string $id) | |
| store (string $key, $data) | |
| exists (string $id) | |
| Checks if the current id exists. More... | |
| createKeyByValues (array $values) | |
Private Attributes | |
| $storage = array() | |
Class ilForumNotificationCache.
Definition at line 9 of file class.ilForumNotificationCache.php.
| ilForumNotificationCache::createKeyByValues | ( | array | $values | ) |
| array | $values |
Definition at line 53 of file class.ilForumNotificationCache.php.
| ilForumNotificationCache::exists | ( | string | $id | ) |
Checks if the current id exists.
| string | $id |
Definition at line 43 of file class.ilForumNotificationCache.php.
Referenced by fetch().
Here is the caller graph for this function:| ilForumNotificationCache::fetch | ( | string | $id | ) |
| string | $id | - id to access the cache. SHOULD be md5 encoded |
Definition at line 19 of file class.ilForumNotificationCache.php.
References exists().
Here is the call graph for this function:| ilForumNotificationCache::store | ( | string | $key, |
| $data | |||
| ) |
| string | $key | |
| mixed | $data |
Definition at line 32 of file class.ilForumNotificationCache.php.
References $data.
|
private |
Definition at line 12 of file class.ilForumNotificationCache.php.