I am not sure why I cannot get simple output cache to work and not sure of how to debug a situation like this.
Simply from looking at examples and previous projects I have worked on, I used the following code:
<%@ OutputCache Duration="100" VaryByParam="id" %>
but since that didn't work I tried VaryByParam="*" and VaryByParam="none"
None of these worked.
Are there quick checks to make sure something else is not interfering with OutputCache?