Does anyone know a tutorial or an example on how can i run a function in asp.net, when a cache expires? I have read about a callback which is made when a cache expires, but
See CacheItemRemovedCallback in the following ASP.NET Caching: Techniques and Best Practices.