L
Les Caudle
When displaying a database driven product page, I cache the page using:
<%@ OutputCache Duration="86400" VaryByParam="ProductID" %>
which works fine UNLESS I change the pricing or description for that page in the
database.
Then, I need to clear the cache (either for that specific productID- or for the
aspx page and all the ProductID's it displays).
How can I clear the cache under program control?
<%@ OutputCache Duration="86400" VaryByParam="ProductID" %>
which works fine UNLESS I change the pricing or description for that page in the
database.
Then, I need to clear the cache (either for that specific productID- or for the
aspx page and all the ProductID's it displays).
How can I clear the cache under program control?