ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilForumNotificationCache. More...
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().
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().
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.