public function Messaging_Destination::cache_save in Messaging 6.4
Same name and namespace in other branches
- 7 messaging.destination.inc \Messaging_Destination::cache_save()
Save object to cache
Overrides Messaging_Cached_Object::cache_save
File
- includes/
messaging_destination.class.inc, line 300 - Drupal Messaging Framework - Default class file
Class
- Messaging_Destination
- Message destination class
Code
public function cache_save() {
parent::cache_save();
$this
->cache_by_address($this->type, $this->address, $this);
}