.NET/.NET
[ASP.NET 2.0] 페이지 캐싱
네코냥이
2014. 2. 10. 19:30
<%@ OutputCache Duration="#ofseconds" Location="Any | Client | Downstream | Server | None | ServerAndClient " Shared="True | False" VaryByControl="controlname" VaryByCustom="browser | customstring" VaryByHeader="headers" VaryByParam="parametername" CacheProfile="cache profile name | ''" NoStore="true | false" SqlDependency="database/table name pair | CommandNotification" %>
Wrox Article _ Using the ASP.NET 2.pdf