Cache multiple responses from a single web form: Using VaryByParam
OutputCache has two required directives, Duration and VaryByParam
VaryByParam lets caching multiple responses from single web form based on varying HTTP POST or query string parameters
Setting VaryByParam as none, causes only one response to be cached, regardless of parameters
No comments:
Post a Comment