ASP
Output Caching
Fragment Caching
Data Cache
SQL Cache
Cache Configuration
當一個網頁被頻繁訪問時
<%@ OutputCache Duration=
根據用戶的請求來生成頁面
<%@ OutputCache Duration=
<%——<a Default
默認情況下Output Cache會緩存到硬盤上
頁面上部分內容根據請求動態更新
<%@OutputCache Duration=
<center><img src=
建議打開硬盤緩存
DataSet ds=new DataSet()
ds = Cache[
if (ds == null)
{
ds = resDataSet
Cache[
}
配置數據庫服務器的sql緩存
<center><img src=
a nfig定義
<center><img src=
b
<%@ OutputCache CacheProfile=
<table width=
<tr> <td><b>熱門推薦</b>
<td><a _blank
</font></a></td>
<td><a _blank
</tr></table>
From:http://tw.wingwit.com/Article/program/net/201311/13299.html