I'm working on an online shopping cart site which is in ASP.NET MVC3. I'm using ObjectCache with policy Absolute Expiration for caching some products.
How does it work? Is it starting one type of counter/timer or something to expire caching items?
Does it have impact on CPU?
You can find all your answers here.