public class io.ebeaninternal.api.BeanCacheResult<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.api.BeanCacheResult
  super_class: java.lang.Object
{
  private final java.util.List<io.ebeaninternal.api.BeanCacheResult$Entry<T>> list;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeaninternal/api/BeanCacheResult$Entry<TT;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.BeanCacheResult this
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 11
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.api.BeanCacheResult.list:Ljava/util/List;
         2: .line 9
            return
        end local 0 // io.ebeaninternal.api.BeanCacheResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/api/BeanCacheResult<TT;>;

  public void add(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.BeanCacheResult this
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.Object key
         0: .line 17
            aload 0 /* this */
            getfield io.ebeaninternal.api.BeanCacheResult.list:Ljava/util/List;
            new io.ebeaninternal.api.BeanCacheResult$Entry
            dup
            aload 1 /* bean */
            aload 2 /* key */
            invokespecial io.ebeaninternal.api.BeanCacheResult$Entry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 18
            return
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object bean
        end local 0 // io.ebeaninternal.api.BeanCacheResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/BeanCacheResult<TT;>;
            0    2     1  bean  TT;
            0    2     2   key  Ljava/lang/Object;
    Signature: (TT;Ljava/lang/Object;)V
    MethodParameters:
      Name  Flags
      bean  
      key   

  public java.util.List<io.ebeaninternal.api.BeanCacheResult$Entry<T>> hits();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.BeanCacheResult this
         0: .line 24
            aload 0 /* this */
            getfield io.ebeaninternal.api.BeanCacheResult.list:Ljava/util/List;
            areturn
        end local 0 // io.ebeaninternal.api.BeanCacheResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/BeanCacheResult<TT;>;
    Signature: ()Ljava/util/List<Lio/ebeaninternal/api/BeanCacheResult$Entry<TT;>;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "BeanCacheResult.java"
NestMembers:
  io.ebeaninternal.api.BeanCacheResult$Entry
InnerClasses:
  Entry = io.ebeaninternal.api.BeanCacheResult$Entry of io.ebeaninternal.api.BeanCacheResult