run garbage collection on the cache
Future<Set<String>> gcCache() { return _handleSingleResponseCommand((sendPort) => GcCommand(sendPort)); }