ASP.Net Interview Question: What is Cache Callback in Cache?

Cache object is dependent on its dependencies such as file based, time based. Cache items remove the object when cache dependencies change.ASP.NET provides capability to execute a callback method when that item is removed from cache.