public abstract class org.ehcache.jsr107.Eh107Configuration<K, V> implements Configuration<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.ehcache.jsr107.Eh107Configuration
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7324956960962454439

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Configuration this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tThe method getKeyType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n\tThe method getValueType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n\tThe method isStoreByValue() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration<TK;TV;>;

  public static <K, V> Configuration<K, V> fromEhcacheCacheConfiguration(org.ehcache.config.CacheConfiguration<K, V>);
    descriptor: (Lorg/ehcache/config/CacheConfiguration;)LConfiguration;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/ehcache/config/CacheConfiguration<TK;TV;>;)LConfiguration<TK;TV;>;
    MethodParameters:
               Name  Flags
      ehcacheConfig  

  public static <K, V> Configuration<K, V> fromEhcacheCacheConfiguration(org.ehcache.config.Builder<? extends org.ehcache.config.CacheConfiguration<K, V>>);
    descriptor: (Lorg/ehcache/config/Builder;)LConfiguration;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/ehcache/config/Builder<+Lorg/ehcache/config/CacheConfiguration<TK;TV;>;>;)LConfiguration<TK;TV;>;
    MethodParameters:
                      Name  Flags
      ehcacheConfigBuilder  

  public abstract <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  abstract boolean isReadThrough();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract boolean isWriteThrough();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract boolean isStatisticsEnabled();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract void setStatisticsEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      enabled  

  abstract boolean isManagementEnabled();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract void setManagementEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      enabled  

  abstract void addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>);
    descriptor: (LCacheEntryListenerConfiguration;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (LCacheEntryListenerConfiguration<TK;TV;>;)V
    MethodParameters:
                                 Name  Flags
      cacheEntryListenerConfiguration  

  abstract void removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>);
    descriptor: (LCacheEntryListenerConfiguration;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (LCacheEntryListenerConfiguration<TK;TV;>;)V
    MethodParameters:
                                 Name  Flags
      cacheEntryListenerConfiguration  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;LConfiguration<TK;TV;>;
SourceFile: "Eh107Configuration.java"
NestMembers:
  org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper
InnerClasses:
  Eh107ConfigurationWrapper = org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper of org.ehcache.jsr107.Eh107Configuration