moduleInfoCache property

Map<String, String> moduleInfoCache
final

module 信息缓存,key - moduleName, value - moduleVersion

Implementation

final Map<String, String> moduleInfoCache = {};