Class ilForumNotificationCache.
More...
◆ createKeyByValues()
ilForumNotificationCache::createKeyByValues |
( |
array |
$values | ) |
|
- Parameters
-
- Returns
- string An´ MD5 encoded key based on the given arrays
Definition at line 62 of file class.ilForumNotificationCache.php.
64 foreach ($values as &$value) {
65 if ($value !== null && !is_scalar($value)) {
67 "Value %s is not scalar and can't be used to build a key",
72 $value = (string) $value;
75 return md5(implode(
'|', $values));
◆ exists()
ilForumNotificationCache::exists |
( |
string |
$id | ) |
|
◆ fetch()
ilForumNotificationCache::fetch |
( |
string |
$id | ) |
|
◆ store()
ilForumNotificationCache::store |
( |
string |
$key, |
|
|
|
$data |
|
) |
| |
◆ $storage
array ilForumNotificationCache::$storage = [] |
|
private |
The documentation for this class was generated from the following file: