@@ -47,14 +47,14 @@ |
||
47 | 47 | /** |
48 | 48 | * Delete expired cache items from cache backend |
49 | 49 | * |
50 | - * @param string $key The key to remove. |
|
50 | + * @return void |
|
51 | 51 | */ |
52 | 52 | public function clean(); |
53 | 53 | |
54 | 54 | /** |
55 | 55 | * Delete all cache items from cache backend |
56 | 56 | * |
57 | - * @param string $key The key to remove. |
|
57 | + * @return void |
|
58 | 58 | */ |
59 | 59 | public function flush(); |
60 | 60 |