I'd like to know if there is a way to tell the Enterprise Library Caching objects to flush all configured caches for that process to flush.
Even enumerating through all of the configured caches for that process, and manually flushing each one, is ok, but is there an API method from EntLib.Caching that will give me those values?
Or do I need to enum through the config file myself?