ASP.NET has three kinds of caching that can be used by Web applications:
Output caching: which caches the dynamic response generated by a request.
Fragment caching: which caches portions of a response generated by a request.
Data caching: which caches arbitrary objects programmatically. To support this, ASP.NET provides a full-featured cache engine that allows programmers to easily retain data across requests.
more
Output caching: which caches the dynamic response generated by a request.
Fragment caching: which caches portions of a response generated by a request.
Data caching: which caches arbitrary objects programmatically. To support this, ASP.NET provides a full-featured cache engine that allows programmers to easily retain data across requests.
more
No comments:
Post a Comment