class io.ebeaninternal.server.deploy.DCacheControlNone implements io.ebeaninternal.api.SpiCacheControl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.DCacheControlNone
  super_class: java.lang.Object
{
  static final io.ebeaninternal.api.SpiCacheControl INSTANCE;
    descriptor: Lio/ebeaninternal/api/SpiCacheControl;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 10
            new io.ebeaninternal.server.deploy.DCacheControlNone
            dup
            invokespecial io.ebeaninternal.server.deploy.DCacheControlNone.<init>:()V
            putstatic io.ebeaninternal.server.deploy.DCacheControlNone.INSTANCE:Lio/ebeaninternal/api/SpiCacheControl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheControlNone;

  public boolean isCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
         0: .line 14
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheControlNone;

  public boolean isBeanCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
         0: .line 19
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheControlNone;

  public boolean isNaturalKeyCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
         0: .line 24
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheControlNone;

  public boolean isQueryCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
         0: .line 29
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControlNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheControlNone;
}
SourceFile: "DCacheControlNone.java"