class io.ebeaninternal.server.deploy.DCacheControl implements io.ebeaninternal.api.SpiCacheControl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.DCacheControl
  super_class: java.lang.Object
{
  private final io.ebeaninternal.api.SpiCacheRegion region;
    descriptor: Lio/ebeaninternal/api/SpiCacheRegion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean bean;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean naturalKey;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean query;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.ebeaninternal.api.SpiCacheRegion, boolean, boolean, boolean);
    descriptor: (Lio/ebeaninternal/api/SpiCacheRegion;ZZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.ebeaninternal.server.deploy.DCacheControl this
        start local 1 // io.ebeaninternal.api.SpiCacheRegion region
        start local 2 // boolean bean
        start local 3 // boolean naturalKey
        start local 4 // boolean query
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 0 /* this */
            aload 1 /* region */
            putfield io.ebeaninternal.server.deploy.DCacheControl.region:Lio/ebeaninternal/api/SpiCacheRegion;
         2: .line 18
            aload 0 /* this */
            iload 2 /* bean */
            putfield io.ebeaninternal.server.deploy.DCacheControl.bean:Z
         3: .line 19
            aload 0 /* this */
            iload 3 /* naturalKey */
            putfield io.ebeaninternal.server.deploy.DCacheControl.naturalKey:Z
         4: .line 20
            aload 0 /* this */
            iload 4 /* query */
            putfield io.ebeaninternal.server.deploy.DCacheControl.query:Z
         5: .line 21
            return
        end local 4 // boolean query
        end local 3 // boolean naturalKey
        end local 2 // boolean bean
        end local 1 // io.ebeaninternal.api.SpiCacheRegion region
        end local 0 // io.ebeaninternal.server.deploy.DCacheControl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/ebeaninternal/server/deploy/DCacheControl;
            0    6     1      region  Lio/ebeaninternal/api/SpiCacheRegion;
            0    6     2        bean  Z
            0    6     3  naturalKey  Z
            0    6     4       query  Z
    MethodParameters:
            Name  Flags
      region      
      bean        
      naturalKey  
      query       

  public boolean isCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControl this
         0: .line 25
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.bean:Z
            ifne 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.query:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.region:Lio/ebeaninternal/api/SpiCacheRegion;
            invokeinterface io.ebeaninternal.api.SpiCacheRegion.isEnabled:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/deploy/DCacheControl;

  public boolean isBeanCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControl this
         0: .line 30
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.bean:Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.region:Lio/ebeaninternal/api/SpiCacheRegion;
            invokeinterface io.ebeaninternal.api.SpiCacheRegion.isEnabled:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/DCacheControl;

  public boolean isNaturalKeyCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControl this
         0: .line 35
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.naturalKey:Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.region:Lio/ebeaninternal/api/SpiCacheRegion;
            invokeinterface io.ebeaninternal.api.SpiCacheRegion.isEnabled:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/DCacheControl;

  public boolean isQueryCaching();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.DCacheControl this
         0: .line 40
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.query:Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.DCacheControl.region:Lio/ebeaninternal/api/SpiCacheRegion;
            invokeinterface io.ebeaninternal.api.SpiCacheRegion.isEnabled:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.DCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/DCacheControl;
}
SourceFile: "DCacheControl.java"