コード例 #1
0
ファイル: Memcache.php プロジェクト: utcuong3010/vng
 public function getCache($key)
 {
     $result = GlobalCache::getCache($key, $this->_cache_instance);
     return $result;
 }