I'm trying to execute a code even before returning the cached result.
I tried the following in the base controller
protected override void Initialize(RequestContext requestContext)
and
protected override IAsyncResult BeginExecute(RequestContext requestContext, AsyncCallback callback, object state)
What I need is, I need to get control before returning the output cache
Please help... Its very urgent