Exemple #1
0
 public function getMultiCache($keys = array())
 {
     $result = GlobalCache::getMultiCache($keys, $this->_cache_instance);
 }