예제 #1
0
파일: Cache.php 프로젝트: superwmh/swoole
 function __construct($cache_url)
 {
     $config = Swoole_tools::uri($cache_url);
     $this->cache = self::get_cache($config);
 }