| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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.
      
  | 
  private | 
Definition at line 28 of file class.ilForumNotificationCache.php.