Fragment Caching in asp.net
- Fragment caching refers to the caching of individual user controls within a Web Form.
- Each user control can have independent cache durations and implementations of how the caching behavior is to be applied.
- Fragment caching is useful when you need to cache only a subset of a page.
0 Comments:
Post a Comment