You are here

public function Messaging_Destination::cache_delete in Messaging 7

Same name and namespace in other branches
  1. 6.4 includes/messaging_destination.class.inc \Messaging_Destination::cache_delete()

Save object to cache

File

./messaging.destination.inc, line 371
Drupal Messaging Framework - Default class file

Class

Messaging_Destination
Message destination class

Code

public function cache_delete() {
  parent::cache_delete();
  $this
    ->cache_by_address($this->type, $this->address, FALSE);
}