public DataDictCache(Func <string, ISingleton, object> resolveNamed, DataDictService dataDictService) { _dataDictService = dataDictService; _cache = resolveNamed(GlobalContext.SystemConfig.CacheService, default) as ICache; }