Ejemplo n.º 1
0
 /**
  *
  * @return array
  */
 public function getData($key)
 {
     return $this->memcache->get($this->makeKeyString($key));
 }