(RedisClient client,
String nextIterPos)
| 2984 | } |
| 2985 | |
| 2986 | @Override |
| 2987 | protected ScanResult<Map.Entry<Object, Object>> iterator(RedisClient client, |
| 2988 | String nextIterPos) { |
| 2989 | return JCache.this.scanIterator(JCache.this.getRawName(), client, nextIterPos); |
| 2990 | } |
| 2991 | }; |
| 2992 | } |
| 2993 |
nothing calls this directly
no test coverage detected