@@ -51,6 +51,9 @@ |
||
51 | 51 | return true; |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $key |
|
56 | + */ |
|
54 | 57 | public function get($key) |
55 | 58 | { |
56 | 59 | if (!isset($this->cache[$key])) { |