@@ -96,6 +96,9 @@ |
||
| 96 | 96 | return $cache; |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | + /** |
|
| 100 | + * @param string $path |
|
| 101 | + */ |
|
| 99 | 102 | private function getFile ($path) |
| 100 | 103 | { |
| 101 | 104 | if (!file_exists($path)) { |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use RecursiveIteratorIterator; |
| 28 | 28 | use RecursiveDirectoryIterator; |
| 29 | 29 | use FilesystemIterator; |
| 30 | -use Exception; |
|
| 31 | 30 | use Opine\Interfaces\Cache as CacheInterface; |
| 32 | 31 | |
| 33 | 32 | class Service |