Flush process cache after fetching a CGroup's PIDs
The process cache turns a PID into a KSysguard::Process* to save lookups in each data fetch.
Once we update the applications pids this needs resetting.
Pass update rate to ProcessCore::updateAllProcesses
This is used for internal event compression
Update applications list immediately when re-enabling view
Otherwise we potentially show stale data for a brief period.