public class org.springframework.cache.jcache.JCacheCacheManager extends org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.jcache.JCacheCacheManager
  super_class: org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
{
  private javax.cache.CacheManager cacheManager;
    descriptor: Ljavax/cache/CacheManager;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean allowNullValues;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
         0: .line 53
            aload 0 /* this */
            invokespecial org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_1
            putfield org.springframework.cache.jcache.JCacheCacheManager.allowNullValues:Z
         2: .line 54
            return
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/cache/jcache/JCacheCacheManager;

  public void <init>(javax.cache.CacheManager);
    descriptor: (Ljavax/cache/CacheManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
        start local 1 // javax.cache.CacheManager cacheManager
         0: .line 61
            aload 0 /* this */
            invokespecial org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_1
            putfield org.springframework.cache.jcache.JCacheCacheManager.allowNullValues:Z
         2: .line 62
            aload 0 /* this */
            aload 1 /* cacheManager */
            putfield org.springframework.cache.jcache.JCacheCacheManager.cacheManager:Ljavax/cache/CacheManager;
         3: .line 63
            return
        end local 1 // javax.cache.CacheManager cacheManager
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/springframework/cache/jcache/JCacheCacheManager;
            0    4     1  cacheManager  Ljavax/cache/CacheManager;
    MethodParameters:
              Name  Flags
      cacheManager  

  public void setCacheManager(javax.cache.CacheManager);
    descriptor: (Ljavax/cache/CacheManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
        start local 1 // javax.cache.CacheManager cacheManager
         0: .line 70
            aload 0 /* this */
            aload 1 /* cacheManager */
            putfield org.springframework.cache.jcache.JCacheCacheManager.cacheManager:Ljavax/cache/CacheManager;
         1: .line 71
            return
        end local 1 // javax.cache.CacheManager cacheManager
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/cache/jcache/JCacheCacheManager;
            0    2     1  cacheManager  Ljavax/cache/CacheManager;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      cacheManager  

  public javax.cache.CacheManager getCacheManager();
    descriptor: ()Ljavax/cache/CacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
         0: .line 78
            aload 0 /* this */
            getfield org.springframework.cache.jcache.JCacheCacheManager.cacheManager:Ljavax/cache/CacheManager;
            areturn
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/jcache/JCacheCacheManager;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setAllowNullValues(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
        start local 1 // boolean allowNullValues
         0: .line 88
            aload 0 /* this */
            iload 1 /* allowNullValues */
            putfield org.springframework.cache.jcache.JCacheCacheManager.allowNullValues:Z
         1: .line 89
            return
        end local 1 // boolean allowNullValues
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/cache/jcache/JCacheCacheManager;
            0    2     1  allowNullValues  Z
    MethodParameters:
                 Name  Flags
      allowNullValues  

  public boolean isAllowNullValues();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
         0: .line 96
            aload 0 /* this */
            getfield org.springframework.cache.jcache.JCacheCacheManager.allowNullValues:Z
            ireturn
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/jcache/JCacheCacheManager;

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
         0: .line 101
            aload 0 /* this */
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.getCacheManager:()Ljavax/cache/CacheManager;
            ifnonnull 2
         1: .line 102
            aload 0 /* this */
            invokestatic javax.cache.Caching.getCachingProvider:()Ljavax/cache/spi/CachingProvider;
            invokeinterface javax.cache.spi.CachingProvider.getCacheManager:()Ljavax/cache/CacheManager;
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.setCacheManager:(Ljavax/cache/CacheManager;)V
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager.afterPropertiesSet:()V
         3: .line 105
            return
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/cache/jcache/JCacheCacheManager;

  protected java.util.Collection<org.springframework.cache.Cache> loadCaches();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
         0: .line 110
            aload 0 /* this */
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.getCacheManager:()Ljavax/cache/CacheManager;
            astore 1 /* cacheManager */
        start local 1 // javax.cache.CacheManager cacheManager
         1: .line 111
            aload 1 /* cacheManager */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: javax.cache.CacheManager
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "No CacheManager set"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 113
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            astore 2 /* caches */
        start local 2 // java.util.Collection caches
         5: .line 114
            aload 1 /* cacheManager */
            invokeinterface javax.cache.CacheManager.getCacheNames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: org.springframework.cache.jcache.JCacheCacheManager javax.cache.CacheManager java.util.Collection top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* cacheName */
        start local 3 // java.lang.String cacheName
         7: .line 115
            aload 1 /* cacheManager */
            aload 3 /* cacheName */
            invokeinterface javax.cache.CacheManager.getCache:(Ljava/lang/String;)Ljavax/cache/Cache;
            astore 5 /* jcache */
        start local 5 // javax.cache.Cache jcache
         8: .line 116
            aload 2 /* caches */
            new org.springframework.cache.jcache.JCacheCache
            dup
            aload 5 /* jcache */
            aload 0 /* this */
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.isAllowNullValues:()Z
            invokespecial org.springframework.cache.jcache.JCacheCache.<init>:(Ljavax/cache/Cache;Z)V
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // javax.cache.Cache jcache
        end local 3 // java.lang.String cacheName
         9: .line 114
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 118
            aload 2 /* caches */
            areturn
        end local 2 // java.util.Collection caches
        end local 1 // javax.cache.CacheManager cacheManager
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/springframework/cache/jcache/JCacheCacheManager;
            1   11     1  cacheManager  Ljavax/cache/CacheManager;
            5   11     2        caches  Ljava/util/Collection<Lorg/springframework/cache/Cache;>;
            7    9     3     cacheName  Ljava/lang/String;
            8    9     5        jcache  Ljavax/cache/Cache<Ljava/lang/Object;Ljava/lang/Object;>;
    Signature: ()Ljava/util/Collection<Lorg/springframework/cache/Cache;>;

  protected org.springframework.cache.Cache getMissingCache(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/cache/Cache;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.cache.jcache.JCacheCacheManager this
        start local 1 // java.lang.String name
         0: .line 123
            aload 0 /* this */
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.getCacheManager:()Ljavax/cache/CacheManager;
            astore 2 /* cacheManager */
        start local 2 // javax.cache.CacheManager cacheManager
         1: .line 124
            aload 2 /* cacheManager */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: javax.cache.CacheManager
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "No CacheManager set"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 127
            aload 2 /* cacheManager */
            aload 1 /* name */
            invokeinterface javax.cache.CacheManager.getCache:(Ljava/lang/String;)Ljavax/cache/Cache;
            astore 3 /* jcache */
        start local 3 // javax.cache.Cache jcache
         5: .line 128
            aload 3 /* jcache */
            ifnull 7
         6: .line 129
            new org.springframework.cache.jcache.JCacheCache
            dup
            aload 3 /* jcache */
            aload 0 /* this */
            invokevirtual org.springframework.cache.jcache.JCacheCacheManager.isAllowNullValues:()Z
            invokespecial org.springframework.cache.jcache.JCacheCache.<init>:(Ljavax/cache/Cache;Z)V
            areturn
         7: .line 131
      StackMap locals: javax.cache.Cache
      StackMap stack:
            aconst_null
            areturn
        end local 3 // javax.cache.Cache jcache
        end local 2 // javax.cache.CacheManager cacheManager
        end local 1 // java.lang.String name
        end local 0 // org.springframework.cache.jcache.JCacheCacheManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/springframework/cache/jcache/JCacheCacheManager;
            0    8     1          name  Ljava/lang/String;
            1    8     2  cacheManager  Ljavax/cache/CacheManager;
            5    8     3        jcache  Ljavax/cache/Cache<Ljava/lang/Object;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "JCacheCacheManager.java"