public static function Messaging_Destination::cache_set in Messaging 6.4
Same name and namespace in other branches
- 7 messaging.destination.inc \Messaging_Destination::cache_set()
Overrides Messaging_Cached_Object::cache_set
1 call to Messaging_Destination::cache_set()
- Messaging_Destination::cache_by_address in includes/
messaging_destination.class.inc - Cache get/set by method and address
File
- includes/
messaging_destination.class.inc, line 312 - Drupal Messaging Framework - Default class file
Class
- Messaging_Destination
- Message destination class
Code
public static function cache_set($key, $object) {
return self::object_cache_set('Messaging_Destination', $key, $object);
}