You are here

protected static function Messaging_Store::cache_get in Messaging 6.4

Get message from static cache

1 call to Messaging_Store::cache_get()
Messaging_Store::message_load in includes/messaging_store.class.inc
Load single message from store / static cache

File

includes/messaging_store.class.inc, line 477
Database storage for the messaging framework

Class

Messaging_Store
Default storage and queueing system for Messaging

Code

protected static function cache_get($key) {
  return messaging_static_cache_get('messaging_store', $key);
}