Example #1
0
 public List <SettingModel> GetSettings()
 {
     return(_memoryCacheService.AddOrGet(ContentCacheKeys.SettingCacheKey, GetAllSettings));
 }