class org.ehcache.core.EhcacheManager$7 implements org.ehcache.core.spi.LifeCycled
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.core.EhcacheManager$7
  super_class: java.lang.Object
{
  final org.ehcache.core.EhcacheManager this$0;
    descriptor: Lorg/ehcache/core/EhcacheManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicReference val$storeProviderRef;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.ehcache.core.spi.store.Store val$store;
    descriptor: Lorg/ehcache/core/spi/store/Store;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.core.EhcacheManager, java.util.concurrent.atomic.AtomicReference, org.ehcache.core.spi.store.Store);
    descriptor: (Lorg/ehcache/core/EhcacheManager;Ljava/util/concurrent/atomic/AtomicReference;Lorg/ehcache/core/spi/store/Store;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.ehcache.core.EhcacheManager$7 this
         0: .line 506
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.EhcacheManager$7.this$0:Lorg/ehcache/core/EhcacheManager;
            aload 0 /* this */
            aload 2
            putfield org.ehcache.core.EhcacheManager$7.val$storeProviderRef:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            aload 3
            putfield org.ehcache.core.EhcacheManager$7.val$store:Lorg/ehcache/core/spi/store/Store;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.core.EhcacheManager$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/EhcacheManager$7;
    MethodParameters:
                      Name  Flags
      this$0                final
      val$storeProviderRef  final
      val$store             final

  public void init();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.EhcacheManager$7 this
         0: .line 509
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$7.val$storeProviderRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$Provider
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$7.val$store:Lorg/ehcache/core/spi/store/Store;
            invokeinterface org.ehcache.core.spi.store.Store$Provider.initStore:(Lorg/ehcache/core/spi/store/Store;)V
         1: .line 510
            return
        end local 0 // org.ehcache.core.EhcacheManager$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/core/EhcacheManager$7;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.EhcacheManager$7 this
         0: .line 514
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$7.val$storeProviderRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$Provider
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$7.val$store:Lorg/ehcache/core/spi/store/Store;
            invokeinterface org.ehcache.core.spi.store.Store$Provider.releaseStore:(Lorg/ehcache/core/spi/store/Store;)V
         1: .line 515
            return
        end local 0 // org.ehcache.core.EhcacheManager$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/core/EhcacheManager$7;
}
SourceFile: "EhcacheManager.java"
EnclosingMethod: org.ehcache.core.EhcacheManager.getStore:(Ljava/lang/String;Lorg/ehcache/config/CacheConfiguration;Ljava/lang/Class;Ljava/lang/Class;Ljava/util/Collection;Ljava/util/List;Lorg/ehcache/spi/loaderwriter/CacheLoaderWriter;)Lorg/ehcache/core/spi/store/Store;
NestHost: org.ehcache.core.EhcacheManager
InnerClasses:
  org.ehcache.core.EhcacheManager$7
  public abstract Provider = org.ehcache.core.spi.store.Store$Provider of org.ehcache.core.spi.store.Store