Example #1
0
 /**
  * Generates a unique key used for storing cache data in Aerospike DB.
  *
  * @param string $key Cache key
  * @return array
  */
 protected function buildKey($key)
 {
     return $this->db->initKey($this->namespace, $this->set, $key);
 }