List<String> files(String dirPath, String resId) { final key = '${dirPath}_$resId'; return _resIdFilesMap[key] ?? []; }