I'm buffering db inserts to logging in the ASP.NET cache. I'd like to flush those to disk when the item is evicted from cache.
Excluding trivial obvious things like unplugging the server, how hard does ASP.NET try to run the callback on cache eviction?
And part two, would it be sufficient to call run the code that CacheItemRemovedCallback is supposed to run it again in Application_End?