getCachedPackages abstract method

List<Package> getCachedPackages(
  1. SystemCache cache
)

Returns the Packages that have been downloaded to the system cache.

Implementation

List<Package> getCachedPackages(SystemCache cache);