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