类 SetCache.SetCursor

java.lang.Object
cn.myafx.cache.base.SetCache.SetCursor
所有已实现的接口:
ICacheCursor<T>, Closeable, AutoCloseable, Iterator<T>
封闭类:
SetCache<T>

public class SetCache.SetCursor extends Object implements ICacheCursor<T>
  • 构造器详细资料

    • SetCursor

      public SetCursor(org.springframework.data.redis.core.Cursor<byte[]> cursor, Class<T> valueClazz)
  • 方法详细资料