Class MapCacheKeyScanResult<K>

java.lang.Object
org.redisson.client.protocol.decoder.MapCacheKeyScanResult<K>
Type Parameters:
K - key type
All Implemented Interfaces:
ScanResult<K>

public class MapCacheKeyScanResult<K> extends Object implements ScanResult<K>
Author:
Nikita Koksharov