repairCachedPackages abstract method
Reinstalls all packages that have been previously installed into the system cache by this source.
Returns a list of results indicating for each if that package was successfully repaired.
Implementation
Future<Iterable<RepairResult>> repairCachedPackages(SystemCache cache);