Implements DrupalCacheInterface::get().
Overrides DrupalCacheInterface::get
function get($cid) { $cids = array( $cid, ); $cache = $this ->getMultiple($cids); return reset($cache); }