You are here

public static function Messaging_Destination::cache_get in Messaging 6.4

Same name and namespace in other branches
  1. 7 messaging.destination.inc \Messaging_Destination::cache_get()

Overrides Messaging_Cached_Object::cache_get

1 call to Messaging_Destination::cache_get()
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 316
Drupal Messaging Framework - Default class file

Class

Messaging_Destination
Message destination class

Code

public static function cache_get($key) {
  return self::object_cache_get('Messaging_Destination', $key);
}