且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在服务器端缓存动态页面

更新时间:2023-11-27 22:26:16

如果您正在使用至少.NET 4.0,要使用高速缓存。

If you're using at least .Net 4.0, you want to use caching.

既然你不列出您使用的语言,***的我所知道的是在这里你指出:

Since you don't list the language you're using, the best I know of is to point you here:

https://msdn.microsoft .COM / EN-US /库/ vstudio / Ff477235(v = VS.100)的.aspx

如果您正在使用C#(或擅长翻译C#为其他.NET语言)这个例子是非常好的:

If you're using c# (or are good at translating c# into another .Net language) this example is really good:

http://www.asp.net/mvc/overview/older-versions-1/controllers-and-routing/improving-performance-with-output-caching-cs