public class org.springframework.cache.support.SimpleCacheManager extends org.springframework.cache.support.AbstractCacheManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.support.SimpleCacheManager
  super_class: org.springframework.cache.support.AbstractCacheManager
{
  private java.util.Collection<? extends org.springframework.cache.Cache> caches;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.cache.support.SimpleCacheManager this
         0: .line 31
            aload 0 /* this */
            invokespecial org.springframework.cache.support.AbstractCacheManager.<init>:()V
         1: .line 33
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield org.springframework.cache.support.SimpleCacheManager.caches:Ljava/util/Collection;
         2: .line 31
            return
        end local 0 // org.springframework.cache.support.SimpleCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/cache/support/SimpleCacheManager;

  public void setCaches(java.util.Collection<? extends org.springframework.cache.Cache>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.support.SimpleCacheManager this
        start local 1 // java.util.Collection caches
         0: .line 40
            aload 0 /* this */
            aload 1 /* caches */
            putfield org.springframework.cache.support.SimpleCacheManager.caches:Ljava/util/Collection;
         1: .line 41
            return
        end local 1 // java.util.Collection caches
        end local 0 // org.springframework.cache.support.SimpleCacheManager this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/cache/support/SimpleCacheManager;
            0    2     1  caches  Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
    Signature: (Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;)V
    MethodParameters:
        Name  Flags
      caches  

  protected java.util.Collection<? extends org.springframework.cache.Cache> loadCaches();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.support.SimpleCacheManager this
         0: .line 45
            aload 0 /* this */
            getfield org.springframework.cache.support.SimpleCacheManager.caches:Ljava/util/Collection;
            areturn
        end local 0 // org.springframework.cache.support.SimpleCacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/support/SimpleCacheManager;
    Signature: ()Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
}
SourceFile: "SimpleCacheManager.java"