class org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier<K, V> implements org.ehcache.core.spi.store.tiering.CachingTier<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier
  super_class: java.lang.Object
{
  private final org.ehcache.core.spi.store.tiering.AuthoritativeTier<K, V> authoritativeTier;
    descriptor: Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier<TK;TV;>;

  public void <init>(org.ehcache.core.spi.store.tiering.AuthoritativeTier<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // org.ehcache.core.spi.store.tiering.AuthoritativeTier authoritativeTier
         0: .line 563
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 564
            aload 0 /* this */
            aload 1 /* authoritativeTier */
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier.authoritativeTier:Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier;
         2: .line 565
            return
        end local 1 // org.ehcache.core.spi.store.tiering.AuthoritativeTier authoritativeTier
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    3     1  authoritativeTier  Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier<TK;TV;>;
    Signature: (Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier<TK;TV;>;)V
    MethodParameters:
                   Name  Flags
      authoritativeTier  final

  public org.ehcache.core.spi.store.Store$ValueHolder<V> getOrComputeIfAbsent(K, java.util.function.Function<K, org.ehcache.core.spi.store.Store$ValueHolder<V>>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.Function source
         0: .line 569
            aload 2 /* source */
            aload 1 /* key */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$ValueHolder
            astore 3 /* apply */
        start local 3 // org.ehcache.core.spi.store.Store$ValueHolder apply
         1: .line 570
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier.authoritativeTier:Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier;
            aload 1 /* key */
            aload 3 /* apply */
            invokeinterface org.ehcache.core.spi.store.tiering.AuthoritativeTier.flush:(Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Z
            pop
         2: .line 571
            aload 3 /* apply */
            areturn
        end local 3 // org.ehcache.core.spi.store.Store$ValueHolder apply
        end local 2 // java.util.function.Function source
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    3     1     key  TK;
            0    3     2  source  Ljava/util/function/Function<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            1    3     3   apply  Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    Signature: (TK;Ljava/util/function/Function<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
        Name  Flags
      key     final
      source  final

  public org.ehcache.core.spi.store.Store$ValueHolder<V> getOrDefault(K, java.util.function.Function<K, org.ehcache.core.spi.store.Store$ValueHolder<V>>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // java.lang.Object key
        start local 2 // java.util.function.Function source
         0: .line 576
            aload 2 /* source */
            aload 1 /* key */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$ValueHolder
            areturn
        end local 2 // java.util.function.Function source
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    1     1     key  TK;
            0    1     2  source  Ljava/util/function/Function<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
    Signature: (TK;Ljava/util/function/Function<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
        Name  Flags
      key     
      source  

  public void invalidate();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // java.lang.Object key
         0: .line 582
            return
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    1     1   key  TK;
    Signature: (TK;)V
    MethodParameters:
      Name  Flags
      key   final

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

  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.tiering.TieredStore$NoopCachingTier this
         0: .line 592
            return
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;

  public void setInvalidationListener(org.ehcache.core.spi.store.tiering.CachingTier$InvalidationListener<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/tiering/CachingTier$InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // org.ehcache.core.spi.store.tiering.CachingTier$InvalidationListener invalidationListener
         0: .line 597
            return
        end local 1 // org.ehcache.core.spi.store.tiering.CachingTier$InvalidationListener invalidationListener
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    1     1  invalidationListener  Lorg/ehcache/core/spi/store/tiering/CachingTier$InvalidationListener<TK;TV;>;
    Signature: (Lorg/ehcache/core/spi/store/tiering/CachingTier$InvalidationListener<TK;TV;>;)V
    MethodParameters:
                      Name  Flags
      invalidationListener  final

  public void invalidateAllWithHash(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
        start local 1 // long hash
         0: .line 602
            return
        end local 1 // long hash
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
            0    1     1  hash  J
    MethodParameters:
      Name  Flags
      hash  

  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.tiering.TieredStore$NoopCachingTier this
         0: .line 606
            aconst_null
            areturn
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$NoopCachingTier<TK;TV;>;
    Signature: ()Ljava/util/List<Lorg/ehcache/core/CacheConfigurationChangeListener;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/core/spi/store/tiering/CachingTier<TK;TV;>;
SourceFile: "TieredStore.java"
NestHost: org.ehcache.impl.internal.store.tiering.TieredStore
InnerClasses:
  public abstract ValueHolder = org.ehcache.core.spi.store.Store$ValueHolder of org.ehcache.core.spi.store.Store
  public abstract InvalidationListener = org.ehcache.core.spi.store.tiering.CachingTier$InvalidationListener of org.ehcache.core.spi.store.tiering.CachingTier
  private NoopCachingTier = org.ehcache.impl.internal.store.tiering.TieredStore$NoopCachingTier of org.ehcache.impl.internal.store.tiering.TieredStore