Cache这东西怎么个好用就不用我多说了,只不过过去都是在Web项目上使用,没想到在Winform上也可以使用,方法如下:
   HttpRuntime httpRT = new HttpRuntime();
   Cache cache = HttpRuntime.Cache;

相关文章: