public class org.ehcache.impl.internal.store.basic.NopStore<K, V> implements org.ehcache.core.spi.store.tiering.AuthoritativeTier<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.internal.store.basic.NopStore
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;

  public java.util.List<org.ehcache.core.CacheConfigurationChangeListener> getConfigurationChangeListeners();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
         0: .line 47
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
    Signature: ()Ljava/util/List<Lorg/ehcache/core/CacheConfigurationChangeListener;>;

  public org.ehcache.core.spi.store.Store$ValueHolder<V> getAndFault(K);
    descriptor: (Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
         0: .line 52
            aconst_null
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1   key  TK;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
      Name  Flags
      key   

  public org.ehcache.core.spi.store.Store$ValueHolder<V> computeIfAbsentAndFault(K, java.util.function.Function<? super K, ? extends V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.Function mappingFunction
         0: .line 57
            aconst_null
            areturn
        end local 2 // java.util.function.Function mappingFunction
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1              key  TK;
            0    1     2  mappingFunction  Ljava/util/function/Function<-TK;+TV;>;
    Signature: (TK;Ljava/util/function/Function<-TK;+TV;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  

  public boolean flush(K, org.ehcache.core.spi.store.Store$ValueHolder<V>);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // org.ehcache.core.spi.store.Store$ValueHolder valueHolder
         0: .line 62
            iconst_0
            ireturn
        end local 2 // org.ehcache.core.spi.store.Store$ValueHolder valueHolder
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1          key  TK;
            0    1     2  valueHolder  Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    Signature: (TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;)Z
    MethodParameters:
             Name  Flags
      key          
      valueHolder  

  public void setInvalidationValve(org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve);
    descriptor: (Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier$InvalidationValve;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve valve
         0: .line 68
            return
        end local 1 // org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve valve
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1  valve  Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier$InvalidationValve;
    MethodParameters:
       Name  Flags
      valve  

  public org.ehcache.core.spi.store.Store$ValueHolder<V> get(K);
    descriptor: (Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
         0: .line 72
            aconst_null
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1   key  TK;
    Signature: (TK;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
         0: .line 77
            iconst_0
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1   key  TK;
    Signature: (TK;)Z
    MethodParameters:
      Name  Flags
      key   

  public org.ehcache.core.spi.store.Store$PutStatus put(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$PutStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 82
            getstatic org.ehcache.core.spi.store.Store$PutStatus.PUT:Lorg/ehcache/core/spi/store/Store$PutStatus;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;TV;)Lorg/ehcache/core/spi/store/Store$PutStatus;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.ehcache.core.spi.store.Store$ValueHolder<V> putIfAbsent(K, V, java.util.function.Consumer<java.lang.Boolean>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/Consumer;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
        start local 3 // java.util.function.Consumer put
         0: .line 87
            aconst_null
            areturn
        end local 3 // java.util.function.Consumer put
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
            0    1     3    put  Ljava/util/function/Consumer<Ljava/lang/Boolean;>;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;TV;Ljava/util/function/Consumer<Ljava/lang/Boolean;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  
      put    

  public boolean remove();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
         0: .line 92
            iconst_0
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1   key  TK;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;)Z
    MethodParameters:
      Name  Flags
      key   

  public org.ehcache.core.spi.store.Store$RemoveStatus remove(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$RemoveStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 97
            getstatic org.ehcache.core.spi.store.Store$RemoveStatus.KEY_MISSING:Lorg/ehcache/core/spi/store/Store$RemoveStatus;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;TV;)Lorg/ehcache/core/spi/store/Store$RemoveStatus;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.ehcache.core.spi.store.Store$ValueHolder<V> replace(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 102
            aconst_null
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;TV;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.ehcache.core.spi.store.Store$ReplaceStatus replace(K, V, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ReplaceStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object oldValue
        start local 3 // java.lang.Object newValue
         0: .line 107
            getstatic org.ehcache.core.spi.store.Store$ReplaceStatus.MISS_NOT_PRESENT:Lorg/ehcache/core/spi/store/Store$ReplaceStatus;
            areturn
        end local 3 // java.lang.Object newValue
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1       key  TK;
            0    1     2  oldValue  TV;
            0    1     3  newValue  TV;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;TV;TV;)Lorg/ehcache/core/spi/store/Store$ReplaceStatus;
    MethodParameters:
          Name  Flags
      key       
      oldValue  
      newValue  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
         0: .line 113
            return
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;

  public org.ehcache.core.spi.store.events.StoreEventSource<K, V> getStoreEventSource();
    descriptor: ()Lorg/ehcache/core/spi/store/events/StoreEventSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
         0: .line 117
            new org.ehcache.impl.internal.store.basic.NopStore$1
            dup
            aload 0 /* this */
            invokespecial org.ehcache.impl.internal.store.basic.NopStore$1.<init>:(Lorg/ehcache/impl/internal/store/basic/NopStore;)V
            areturn
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
    Signature: ()Lorg/ehcache/core/spi/store/events/StoreEventSource<TK;TV;>;

  public org.ehcache.core.spi.store.Store$Iterator<org.ehcache.Cache$Entry<K, org.ehcache.core.spi.store.Store$ValueHolder<V>>> iterator();
    descriptor: ()Lorg/ehcache/core/spi/store/Store$Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
         0: .line 152
            new org.ehcache.impl.internal.store.basic.NopStore$2
            dup
            aload 0 /* this */
            invokespecial org.ehcache.impl.internal.store.basic.NopStore$2.<init>:(Lorg/ehcache/impl/internal/store/basic/NopStore;)V
            areturn
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
    Signature: ()Lorg/ehcache/core/spi/store/Store$Iterator<Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;>;

  public org.ehcache.core.spi.store.Store$ValueHolder<V> getAndCompute(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/BiFunction;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.BiFunction mappingFunction
         0: .line 167
            aconst_null
            areturn
        end local 2 // java.util.function.BiFunction mappingFunction
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1              key  TK;
            0    1     2  mappingFunction  Ljava/util/function/BiFunction<-TK;-TV;+TV;>;
    Signature: (TK;Ljava/util/function/BiFunction<-TK;-TV;+TV;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  

  public org.ehcache.core.spi.store.Store$ValueHolder<V> computeAndGet(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>, java.util.function.Supplier<java.lang.Boolean>, java.util.function.Supplier<java.lang.Boolean>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/BiFunction;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.BiFunction mappingFunction
        start local 3 // java.util.function.Supplier replaceEqual
        start local 4 // java.util.function.Supplier invokeWriter
         0: .line 172
            aconst_null
            areturn
        end local 4 // java.util.function.Supplier invokeWriter
        end local 3 // java.util.function.Supplier replaceEqual
        end local 2 // java.util.function.BiFunction mappingFunction
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1              key  TK;
            0    1     2  mappingFunction  Ljava/util/function/BiFunction<-TK;-TV;+TV;>;
            0    1     3     replaceEqual  Ljava/util/function/Supplier<Ljava/lang/Boolean;>;
            0    1     4     invokeWriter  Ljava/util/function/Supplier<Ljava/lang/Boolean;>;
    Signature: (TK;Ljava/util/function/BiFunction<-TK;-TV;+TV;>;Ljava/util/function/Supplier<Ljava/lang/Boolean;>;Ljava/util/function/Supplier<Ljava/lang/Boolean;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  
      replaceEqual     
      invokeWriter     

  public org.ehcache.core.spi.store.Store$ValueHolder<V> computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.Function mappingFunction
         0: .line 177
            aconst_null
            areturn
        end local 2 // java.util.function.Function mappingFunction
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1              key  TK;
            0    1     2  mappingFunction  Ljava/util/function/Function<-TK;+TV;>;
    Signature: (TK;Ljava/util/function/Function<-TK;+TV;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  

  public java.util.Map<K, org.ehcache.core.spi.store.Store$ValueHolder<V>> bulkCompute(java.util.Set<? extends K>, java.util.function.Function<java.lang.Iterable<? extends java.util.Map$Entry<? extends K, ? extends V>>, java.lang.Iterable<? extends java.util.Map$Entry<? extends K, ? extends V>>>);
    descriptor: (Ljava/util/Set;Ljava/util/function/Function;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.util.Set keys
        start local 2 // java.util.function.Function remappingFunction
         0: .line 182
            aload 0 /* this */
            aload 1 /* keys */
            aload 2 /* remappingFunction */
            aconst_null
            invokevirtual org.ehcache.impl.internal.store.basic.NopStore.bulkCompute:(Ljava/util/Set;Ljava/util/function/Function;Ljava/util/function/Supplier;)Ljava/util/Map;
            areturn
        end local 2 // java.util.function.Function remappingFunction
        end local 1 // java.util.Set keys
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    1     1               keys  Ljava/util/Set<+TK;>;
            0    1     2  remappingFunction  Ljava/util/function/Function<Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (Ljava/util/Set<+TK;>;Ljava/util/function/Function<Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;)Ljava/util/Map<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
    MethodParameters:
                   Name  Flags
      keys               
      remappingFunction  

  public java.util.Map<K, org.ehcache.core.spi.store.Store$ValueHolder<V>> bulkCompute(java.util.Set<? extends K>, java.util.function.Function<java.lang.Iterable<? extends java.util.Map$Entry<? extends K, ? extends V>>, java.lang.Iterable<? extends java.util.Map$Entry<? extends K, ? extends V>>>, java.util.function.Supplier<java.lang.Boolean>);
    descriptor: (Ljava/util/Set;Ljava/util/function/Function;Ljava/util/function/Supplier;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.util.Set keys
        start local 2 // java.util.function.Function remappingFunction
        start local 3 // java.util.function.Supplier replaceEqual
         0: .line 187
            new java.util.HashMap
            dup
            aload 1 /* keys */
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 4 /* map */
        start local 4 // java.util.Map map
         1: .line 188
            aload 1 /* keys */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 4
      StackMap locals: org.ehcache.impl.internal.store.basic.NopStore java.util.Set java.util.function.Function java.util.function.Supplier java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 5 /* key */
        start local 5 // java.lang.Object key
         3: .line 189
            aload 4 /* map */
            aload 5 /* key */
            aconst_null
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.Object key
         4: .line 188
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 191
            aload 4 /* map */
            areturn
        end local 4 // java.util.Map map
        end local 3 // java.util.function.Supplier replaceEqual
        end local 2 // java.util.function.Function remappingFunction
        end local 1 // java.util.Set keys
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    6     1               keys  Ljava/util/Set<+TK;>;
            0    6     2  remappingFunction  Ljava/util/function/Function<Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;
            0    6     3       replaceEqual  Ljava/util/function/Supplier<Ljava/lang/Boolean;>;
            1    6     4                map  Ljava/util/Map<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            3    4     5                key  TK;
    Signature: (Ljava/util/Set<+TK;>;Ljava/util/function/Function<Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;Ljava/util/function/Supplier<Ljava/lang/Boolean;>;)Ljava/util/Map<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
    MethodParameters:
                   Name  Flags
      keys               
      remappingFunction  
      replaceEqual       

  public java.util.Map<K, org.ehcache.core.spi.store.Store$ValueHolder<V>> bulkComputeIfAbsent(java.util.Set<? extends K>, java.util.function.Function<java.lang.Iterable<? extends K>, java.lang.Iterable<? extends java.util.Map$Entry<? extends K, ? extends V>>>);
    descriptor: (Ljava/util/Set;Ljava/util/function/Function;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore this
        start local 1 // java.util.Set keys
        start local 2 // java.util.function.Function mappingFunction
         0: .line 196
            new java.util.HashMap
            dup
            aload 1 /* keys */
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 3 /* map */
        start local 3 // java.util.Map map
         1: .line 197
            aload 1 /* keys */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: org.ehcache.impl.internal.store.basic.NopStore java.util.Set java.util.function.Function java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 4 /* key */
        start local 4 // java.lang.Object key
         3: .line 198
            aload 3 /* map */
            aload 4 /* key */
            aconst_null
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // java.lang.Object key
         4: .line 197
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 200
            aload 3 /* map */
            areturn
        end local 3 // java.util.Map map
        end local 2 // java.util.function.Function mappingFunction
        end local 1 // java.util.Set keys
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/ehcache/impl/internal/store/basic/NopStore<TK;TV;>;
            0    6     1             keys  Ljava/util/Set<+TK;>;
            0    6     2  mappingFunction  Ljava/util/function/Function<Ljava/lang/Iterable<+TK;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;
            1    6     3              map  Ljava/util/Map<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            3    4     4              key  TK;
    Signature: (Ljava/util/Set<+TK;>;Ljava/util/function/Function<Ljava/lang/Iterable<+TK;>;Ljava/lang/Iterable<+Ljava/util/Map$Entry<+TK;+TV;>;>;>;)Ljava/util/Map<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
    MethodParameters:
                 Name  Flags
      keys             
      mappingFunction  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier<TK;TV;>;
SourceFile: "NopStore.java"
NestMembers:
  org.ehcache.impl.internal.store.basic.NopStore$1  org.ehcache.impl.internal.store.basic.NopStore$2
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract Entry = org.ehcache.Cache$Entry of org.ehcache.Cache
  public abstract Iterator = org.ehcache.core.spi.store.Store$Iterator of org.ehcache.core.spi.store.Store
  public final PutStatus = org.ehcache.core.spi.store.Store$PutStatus of org.ehcache.core.spi.store.Store
  public final RemoveStatus = org.ehcache.core.spi.store.Store$RemoveStatus of org.ehcache.core.spi.store.Store
  public final ReplaceStatus = org.ehcache.core.spi.store.Store$ReplaceStatus of org.ehcache.core.spi.store.Store
  public abstract ValueHolder = org.ehcache.core.spi.store.Store$ValueHolder of org.ehcache.core.spi.store.Store
  public abstract InvalidationValve = org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve of org.ehcache.core.spi.store.tiering.AuthoritativeTier
  org.ehcache.impl.internal.store.basic.NopStore$1
  org.ehcache.impl.internal.store.basic.NopStore$2