Checks if a file exists at the given path
@override Future<bool> fileExists(String filePath) async { return _fileCache.containsKey(filePath); }