Cache.Insert("Vender", set, null, DateTime.Now.AddHours(0.1), TimeSpan.Zero);   //将数据保存到内存

DataSet ds1 = (DataSet)HttpContext.Current.Cache["Vender"];              //从内存中获取数据

相关文章:

  • 2021-05-18
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-10-06
  • 2022-01-30
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案