@@ -50,6 +50,9 @@ discard block |
||
| 50 | 50 | return false; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param integer $expire |
|
| 55 | + */ |
|
| 53 | 56 | public function exists($expire = null) |
| 54 | 57 | { |
| 55 | 58 | $filename = static::$path . $this->key . '.cache'; |
@@ -139,6 +142,9 @@ discard block |
||
| 139 | 142 | return static::$path; |
| 140 | 143 | } |
| 141 | 144 | |
| 145 | + /** |
|
| 146 | + * @param string $key |
|
| 147 | + */ |
|
| 142 | 148 | public static function clear($key) |
| 143 | 149 | { |
| 144 | 150 | if (!static::hasSafeName($key)) { |