returns all top-level keys in the cache
Future<Iterable<String>> getCacheKeys() { return _handleSingleResponseCommand( (sendPort) => CacheKeysCommand(sendPort)); }