Musings
Public · Protected · Private
What are the caching techniques available?
-
2008-08-17 16:43. Page level cahahing. . Fragment level Caching . Data level Caching Session,Application,variables,Viewstates .. are also part of the game
-
2008-08-24 18:27<%@ OutputCache Duration="1200" VaryByParam="None" %> pagelevel <%@ OutputCache Duration="1200" VaryByControl="Dropdown1" %>
This blog is frozen. No new comments or edits allowed.