I recently started to study OutputCache
and its uses, due to its use in a corporate system.
I'm using OutputCache
to load all the menus a user (logged in) will have access to. However, I want every login to reload this method again, regardless of whether the duration has expired or not ...
Does anyone know if I can do this via override GetVaryByCustomString
no Global.asax
? If so, how?
Hugs!