How to use output caching on .ashx handler

Posted by Kieran Benton on Stack Overflow See other posts from Stack Overflow or by Kieran Benton
Published on 2009-07-10T14:09:30Z Indexed on 2010/03/24 1:13 UTC
Read the original article Hit count: 521

Filed under:
|
|
|

How can I use output caching with a .ashx handler? In this case I'm doing some heavy image processing and would like the handler to be cached for a minute or so.

Also, does anyone have any recommendations on how to prevent dogpiling?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about caching