public static function Notifications_Event::cache_set in Notifications 6.4
Overrides Messaging_Cached_Object::cache_set
File
- includes/
notifications_event.class.inc, line 392 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Message destination class
Code
public static function cache_set($key, $object) {
return self::object_cache_set('Notifications_Event', $key, $object);
}