예제 #1
0
 public function getCache($key)
 {
     $result = GlobalCache::getCache($key, $this->_cache_instance);
     return $result;
 }