gcCache method

Future<Set<String>> gcCache()

run garbage collection on the cache

Implementation

Future<Set<String>> gcCache() {
  return _handleSingleResponseCommand((sendPort) => GcCommand(sendPort));
}