public class io.ebeaninternal.server.deploy.DCacheRegion implements io.ebeaninternal.api.SpiCacheRegion
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.DCacheRegion
  super_class: java.lang.Object
{
  private boolean enabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
        start local 1 // java.lang.String name
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 7
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.DCacheRegion.enabled:Z
         2: .line 12
            aload 0 /* this */
            aload 1 /* name */
            putfield io.ebeaninternal.server.deploy.DCacheRegion.name:Ljava/lang/String;
         3: .line 13
            return
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/ebeaninternal/server/deploy/DCacheRegion;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
         0: .line 17
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheRegion.name:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheRegion;

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
         0: .line 22
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheRegion.enabled:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/DCacheRegion;

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
        start local 1 // boolean enabled
         0: .line 27
            aload 0 /* this */
            iload 1 /* enabled */
            putfield io.ebeaninternal.server.deploy.DCacheRegion.enabled:Z
         1: .line 28
            return
        end local 1 // boolean enabled
        end local 0 // io.ebeaninternal.server.deploy.DCacheRegion this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeaninternal/server/deploy/DCacheRegion;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "DCacheRegion.java"