Interface CacheDataRow

    • Method Detail

      • expireTime

        long expireTime()
        Returns:
        Expire time.
      • partition

        int partition()
        Specified by:
        partition in interface Storable
        Returns:
        Partition for this key.
      • link

        void link​(long link)
        Specified by:
        link in interface Storable
        Parameters:
        link - Link for this row.