예제 #1
0
 public function __construct($rediscache, $uplink)
 {
     parent::__construct($uplink);
     $this->rediscache = $rediscache;
 }
예제 #2
0
 public function __construct($memcache, $uplink)
 {
     parent::__construct($uplink);
     $this->memcache = $memcache;
 }