@@ -48,6 +48,9 @@  | 
                                                    ||
| 48 | 48 | */  | 
                                                        
| 49 | 49 | private $lastConnection;  | 
                                                        
| 50 | 50 | |
| 51 | + /**  | 
                                                        |
| 52 | + * @param \Ez\DbLinker\Cache $cache  | 
                                                        |
| 53 | + */  | 
                                                        |
| 51 | 54 | public function __construct(array $master, array $slaves, $cache = null)  | 
                                                        
| 52 | 55 |      { | 
                                                        
| 53 | 56 | $this->master = new Master($master);  |