Hi,
from the samples I can invalidate easily cache in the context of a web request, but how can I invalidate a cache for a specific controller and action outside a context of a web call? (such as when someone invalidate database and my web application gets a notification outside any web call?)
Thanks.