public interface org.apache.cassandra.db.partitions.CachedPartition extends org.apache.cassandra.db.partitions.Partition, org.apache.cassandra.cache.IRowCacheEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.cassandra.db.partitions.CachedPartition
  super_class: java.lang.Object
{
  public static final org.apache.cassandra.io.ISerializer<org.apache.cassandra.db.partitions.CachedPartition> cacheSerializer;
    descriptor: Lorg/apache/cassandra/io/ISerializer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/apache/cassandra/io/ISerializer<Lorg/apache/cassandra/db/partitions/CachedPartition;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            new org.apache.cassandra.db.partitions.CachedBTreePartition$Serializer
            dup
            invokespecial org.apache.cassandra.db.partitions.CachedBTreePartition$Serializer.<init>:()V
            putstatic org.apache.cassandra.db.partitions.CachedPartition.cacheSerializer:Lorg/apache/cassandra/io/ISerializer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int rowCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int cachedLiveRows();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int rowsWithNonExpiringCells();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.cassandra.db.rows.Row lastRow();
    descriptor: ()Lorg/apache/cassandra/db/rows/Row;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int nonTombstoneCellCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int nonExpiringLiveCells();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CachedPartition.java"
InnerClasses:
  Serializer = org.apache.cassandra.db.partitions.CachedBTreePartition$Serializer of org.apache.cassandra.db.partitions.CachedBTreePartition