Home > Net >  Asp.net MVC how to data cache to the client
Asp.net MVC how to data cache to the client

Time:09-18

To mysql query to save data to the client Cache, using the HttpContext. Cache, actual it is saved to the client Cache, now want to find any class can be used directly the client Cache, or can only make the wheels?

CodePudding user response:

Use webstorage
https://www.cnblogs.com/lenther2002/p/5047105.html
  •  Tags:  
  • C#
  • Related