class org.ehcache.jsr107.Eh107Cache<K, V> implements Cache<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107Cache
  super_class: java.lang.Object
{
  private final org.ehcache.core.InternalCache<K, V> ehCache;
    descriptor: Lorg/ehcache/core/InternalCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/core/InternalCache<TK;TV;>;

  private final org.ehcache.core.Jsr107Cache<K, V> jsr107Cache;
    descriptor: Lorg/ehcache/core/Jsr107Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/core/Jsr107Cache<TK;TV;>;

  private final org.ehcache.jsr107.Eh107CacheManager cacheManager;
    descriptor: Lorg/ehcache/jsr107/Eh107CacheManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.util.concurrent.atomic.AtomicBoolean hypotheticallyClosed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.jsr107.CacheResources<K, V> cacheResources;
    descriptor: Lorg/ehcache/jsr107/CacheResources;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/jsr107/CacheResources<TK;TV;>;

  private final org.ehcache.jsr107.Eh107CacheMXBean managementBean;
    descriptor: Lorg/ehcache/jsr107/Eh107CacheMXBean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.jsr107.Eh107CacheStatisticsMXBean statisticsBean;
    descriptor: Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.jsr107.Eh107Configuration<K, V> config;
    descriptor: Lorg/ehcache/jsr107/Eh107Configuration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/jsr107/Eh107Configuration<TK;TV;>;

  private final org.ehcache.jsr107.internal.Jsr107CacheLoaderWriter<? super K, V> cacheLoaderWriter;
    descriptor: Lorg/ehcache/jsr107/internal/Jsr107CacheLoaderWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/jsr107/internal/Jsr107CacheLoaderWriter<-TK;TV;>;

  private static final java.lang.Object UNDEFINED;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  void <init>(java.lang.String, org.ehcache.jsr107.Eh107Configuration<K, V>, org.ehcache.jsr107.CacheResources<K, V>, org.ehcache.core.InternalCache<K, V>, org.ehcache.core.spi.service.StatisticsService, org.ehcache.jsr107.Eh107CacheManager);
    descriptor: (Ljava/lang/String;Lorg/ehcache/jsr107/Eh107Configuration;Lorg/ehcache/jsr107/CacheResources;Lorg/ehcache/core/InternalCache;Lorg/ehcache/core/spi/service/StatisticsService;Lorg/ehcache/jsr107/Eh107CacheManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 39
            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\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tCache cannot be resolved to a type\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tThe method getListenerResources() from the type CacheResources<K,V> refers to the missing type CacheEntryListenerConfiguration\n\tThe method get(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheLoaderException(CacheLoadingException) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n\tThe method getAll(Set<? extends K>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheLoaderException(CacheLoadingException) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n\tThe method containsKey(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tCompletionListener cannot be resolved to a type\n\tCompletionListener cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tThe method getCacheLoaderException(Exception) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tThe method getCacheLoaderException(Exception) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n\tThe method put(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method getAndPut(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method putAll(Map<? extends K,? extends V>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method putIfAbsent(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method remove(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method remove(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method getAndRemove(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method replace(K, V, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method replace(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method getAndReplace(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method removeAll(Set<? extends K>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method removeAll() of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n\tThe method clear() of type Eh107Cache<K,V> must override or implement a supertype method\n\tConfiguration cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tEntryProcessor cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n\tEntryProcessor cannot be resolved to a type\n\tThe method getName() of type Eh107Cache<K,V> must override or implement a supertype method\n\tCacheManager cannot be resolved to a type\n\tThe method close() of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method isClosed() of type Eh107Cache<K,V> must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n\tThe method unwrap(Class<T>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tEntry cannot be resolved to a type\n\tEntry cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tEntryProcessorResult cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tEntryProcessorResult cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tjavax.cache cannot be resolved to a type\n\tThe method getKey() of type Eh107Cache.WrappedEhcacheEntry<K,V> must override or implement a supertype method\n\tThe method getValue() of type Eh107Cache.WrappedEhcacheEntry<K,V> must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107Cache.WrappedEhcacheEntry<K,V> must override or implement a supertype method\n\tjavax.cache cannot be resolved to a type\n\tThe method getKey() of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n\tThe method getValue() of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n\tCacheLoaderException cannot be resolved to a type\n\tThe method exists() of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n\tThe method remove() of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n\tThe method setValue(V) of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107Cache<K,V>.MutableEntry must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/lang/String;Lorg/ehcache/jsr107/Eh107Configuration<TK;TV;>;Lorg/ehcache/jsr107/CacheResources<TK;TV;>;Lorg/ehcache/core/InternalCache<TK;TV;>;Lorg/ehcache/core/spi/service/StatisticsService;Lorg/ehcache/jsr107/Eh107CacheManager;)V
    MethodParameters:
                   Name  Flags
      name               
      config             
      cacheResources     
      ehCache            
      statisticsService  
      cacheManager       

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method get(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheLoaderException(CacheLoadingException) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;)TV;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<K, V> getAll(java.util.Set<? extends K>);
    descriptor: (Ljava/util/Set;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getAll(Set<? extends K>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheLoaderException(CacheLoadingException) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/util/Set<+TK;>;)Ljava/util/Map<TK;TV;>;
    MethodParameters:
      Name  Flags
      keys  

  public boolean containsKey();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method containsKey(K) of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;)Z
    MethodParameters:
      Name  Flags
      key   

  public void loadAll(java.util.Set<? extends K>, boolean, CompletionListener);
    descriptor: (Ljava/util/Set;ZLCompletionListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCompletionListener cannot be resolved to a type\n\tCompletionListener cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tThe method getCacheLoaderException(Exception) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/util/Set<+TK;>;ZLCompletionListener;)V
    MethodParameters:
                       Name  Flags
      keys                   
      replaceExistingValues  
      completionListener     

  private CacheLoaderException getCacheLoaderException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)LCacheLoaderException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
      Name  Flags
      e     

  private java.util.Map<K, V> loadAllFunction(java.lang.Iterable<? extends K>);
    descriptor: (Ljava/lang/Iterable;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheLoaderException cannot be resolved to a type\n\tThe method getCacheLoaderException(Exception) from the type Eh107Cache<K,V> refers to the missing type CacheLoaderException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/lang/Iterable<+TK;>;)Ljava/util/Map<TK;TV;>;
    MethodParameters:
              Name  Flags
      keysIterable  

  public void put(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 172
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method put(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public V getAndPut(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 182
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getAndPut(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  public void putAll(java.util.Map<? extends K, ? extends V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method putAll(Map<? extends K,? extends V>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/util/Map<+TK;+TV;>;)V
    MethodParameters:
      Name  Flags
      map   

  public boolean putIfAbsent(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method putIfAbsent(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)Z
    MethodParameters:
       Name  Flags
      key    
      value  

  public boolean remove();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 220
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method remove(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;)Z
    MethodParameters:
      Name  Flags
      key   final

  public boolean remove(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method remove(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)Z
    MethodParameters:
          Name  Flags
      key       
      oldValue  

  public V getAndRemove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 245
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getAndRemove(K) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;)TV;
    MethodParameters:
      Name  Flags
      key   

  public boolean replace(K, V, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 260
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method replace(K, V, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;TV;)Z
    MethodParameters:
          Name  Flags
      key       
      oldValue  
      newValue  

  public boolean replace(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method replace(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)Z
    MethodParameters:
       Name  Flags
      key    
      value  

  public V getAndReplace(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getAndReplace(K, V) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void removeAll(java.util.Set<? extends K>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 290
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method removeAll(Set<? extends K>) of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (Ljava/util/Set<+TK;>;)V
    MethodParameters:
      Name  Flags
      keys  

  public void removeAll();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method removeAll() of type Eh107Cache<K,V> must override or implement a supertype method\n\tThe method jsr107CacheWriterException(CacheWritingException) from the type Eh107Cache<K,V> refers to the missing type CacheWriterException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method clear() of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  private void clear(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 314
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
             Name  Flags
      checkClosed  

  public <C extends Configuration<K, V>> C getConfiguration(java.lang.Class<C>);
    descriptor: (Ljava/lang/Class;)LConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 323
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: <C:LConfiguration<TK;TV;>;>(Ljava/lang/Class<TC;>;)TC;
    MethodParameters:
       Name  Flags
      clazz  

  public <T> T invoke(K, EntryProcessor<K, V, T>, []);
    descriptor: (Ljava/lang/Object;LEntryProcessor;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 329
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntryProcessor cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n\tEntryProcessorException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Exceptions:
      throws EntryProcessorException
    Signature: <T:Ljava/lang/Object;>(TK;LEntryProcessor<TK;TV;TT;>;[Ljava/lang/Object;)TT;
    MethodParameters:
                Name  Flags
      key             final
      entryProcessor  final
      arguments       final

  public <T> java.util.Map<K, EntryProcessorResult<T>> invokeAll(java.util.Set<? extends K>, EntryProcessor<K, V, T>, []);
    descriptor: (Ljava/util/Set;LEntryProcessor;[Ljava/lang/Object;)Ljava/util/Map;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEntryProcessor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Set<+TK;>;LEntryProcessor<TK;TV;TT;>;[Ljava/lang/Object;)Ljava/util/Map<TK;LEntryProcessorResult<TT;>;>;
    MethodParameters:
                Name  Flags
      keys            
      entryProcessor  
      arguments       

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 407
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getName() of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public CacheManager getCacheManager();
    descriptor: ()LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 417
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 422
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isClosed() of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  CacheException closeInternalAfter(CacheException);
    descriptor: (LCacheException;)LCacheException;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
         Name  Flags
      failure  

  void closeInternal();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 434
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  private void closeInternal(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 444
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
         Name  Flags
      destroy  

  private boolean syncedIsClose();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 451
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  void destroy();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 458
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 463
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method unwrap(Class<T>) of type Eh107Cache<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.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  public void registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>);
    descriptor: (LCacheEntryListenerConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 468
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheEntryListenerConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (LCacheEntryListenerConfiguration<TK;TV;>;)V
    MethodParameters:
                                 Name  Flags
      cacheEntryListenerConfiguration  

  void registerEhcacheListeners(CacheEntryListenerConfiguration<K, V>, org.ehcache.jsr107.ListenerResources<K, V>);
    descriptor: (LCacheEntryListenerConfiguration;Lorg/ehcache/jsr107/ListenerResources;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 481
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheEntryListenerConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (LCacheEntryListenerConfiguration<TK;TV;>;Lorg/ehcache/jsr107/ListenerResources<TK;TV;>;)V
    MethodParameters:
           Name  Flags
      config     
      resources  

  public void deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>);
    descriptor: (LCacheEntryListenerConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 495
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheEntryListenerConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: (LCacheEntryListenerConfiguration<TK;TV;>;)V
    MethodParameters:
                                 Name  Flags
      cacheEntryListenerConfiguration  

  public java.util.Iterator<Entry<K, V>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 515
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntry cannot be resolved to a type\n\tEntry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    Signature: ()Ljava/util/Iterator<LEntry<TK;TV;>;>;

  private void checkClosed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 541
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 548
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  org.ehcache.jsr107.Eh107MXBean getManagementMBean();
    descriptor: ()Lorg/ehcache/jsr107/Eh107MXBean;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 552
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  org.ehcache.jsr107.Eh107MXBean getStatisticsMBean();
    descriptor: ()Lorg/ehcache/jsr107/Eh107MXBean;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 556
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;

  void setStatisticsEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
         Name  Flags
      enabled  

  void setManagementEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Cache this
         0: .line 564
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
         Name  Flags
      enabled  

  private static CacheLoaderException jsr107CacheLoaderException(org.ehcache.spi.loaderwriter.CacheLoadingException);
    descriptor: (Lorg/ehcache/spi/loaderwriter/CacheLoadingException;)LCacheLoaderException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 568
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n\tCacheLoaderException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      e     

  private static CacheWriterException jsr107CacheWriterException(org.ehcache.spi.loaderwriter.CacheWritingException);
    descriptor: (Lorg/ehcache/spi/loaderwriter/CacheWritingException;)LCacheWriterException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 575
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n\tCacheWriterException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      e     

  private static <T> EntryProcessorResult<T> newEntryProcessorResult(T);
    descriptor: (Ljava/lang/Object;)LEntryProcessorResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 582
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntryProcessorResult cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(TT;)LEntryProcessorResult<TT;>;
    MethodParameters:
        Name  Flags
      result  final

  private static <T> EntryProcessorResult<T> newErrorThrowingEntryProcessorResult(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)LEntryProcessorResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 590
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntryProcessorResult cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Exception;)LEntryProcessorResult<TT;>;
    MethodParameters:
      Name  Flags
      e     final
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;LCache<TK;TV;>;
SourceFile: "Eh107Cache.java"
NestMembers:
  org.ehcache.jsr107.Eh107Cache$1  org.ehcache.jsr107.Eh107Cache$MutableEntry  org.ehcache.jsr107.Eh107Cache$MutableEntryOperation  org.ehcache.jsr107.Eh107Cache$WrappedEhcacheEntry
InnerClasses:
  private MutableEntry = org.ehcache.jsr107.Eh107Cache$MutableEntry of org.ehcache.jsr107.Eh107Cache
  private final MutableEntryOperation = org.ehcache.jsr107.Eh107Cache$MutableEntryOperation of org.ehcache.jsr107.Eh107Cache
  private WrappedEhcacheEntry = org.ehcache.jsr107.Eh107Cache$WrappedEhcacheEntry of org.ehcache.jsr107.Eh107Cache