@@ -33,6 +33,10 @@  | 
                                                    ||
| 33 | 33 | */  | 
                                                        
| 34 | 34 | private $expires;  | 
                                                        
| 35 | 35 | |
| 36 | + /**  | 
                                                        |
| 37 | + * @param string $key  | 
                                                        |
| 38 | + * @param boolean $isHit  | 
                                                        |
| 39 | + */  | 
                                                        |
| 36 | 40 | public function __construct($key, $value, $isHit, DateTimeInterface $expires = null)  | 
                                                        
| 37 | 41 |      { | 
                                                        
| 38 | 42 | $this->key = $key;  |