Пример #1
0
 /**
  * Create a new cache.
  * @param string $host
  * @param integer $port
  * @param string $prefix
  */
 public function __construct($host = 'localhost', $port = 11211, $prefix = '')
 {
     parent::__construct($prefix);
 }