public class org.springframework.cache.interceptor.SimpleCacheResolver extends org.springframework.cache.interceptor.AbstractCacheResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.interceptor.SimpleCacheResolver
  super_class: org.springframework.cache.interceptor.AbstractCacheResolver
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
         0: .line 41
            aload 0 /* this */
            invokespecial org.springframework.cache.interceptor.AbstractCacheResolver.<init>:()V
         1: .line 42
            return
        end local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/cache/interceptor/SimpleCacheResolver;

  public void <init>(org.springframework.cache.CacheManager);
    descriptor: (Lorg/springframework/cache/CacheManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
        start local 1 // org.springframework.cache.CacheManager cacheManager
         0: .line 49
            aload 0 /* this */
            aload 1 /* cacheManager */
            invokespecial org.springframework.cache.interceptor.AbstractCacheResolver.<init>:(Lorg/springframework/cache/CacheManager;)V
         1: .line 50
            return
        end local 1 // org.springframework.cache.CacheManager cacheManager
        end local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/cache/interceptor/SimpleCacheResolver;
            0    2     1  cacheManager  Lorg/springframework/cache/CacheManager;
    MethodParameters:
              Name  Flags
      cacheManager  

  protected java.util.Collection<java.lang.String> getCacheNames(org.springframework.cache.interceptor.CacheOperationInvocationContext<?>);
    descriptor: (Lorg/springframework/cache/interceptor/CacheOperationInvocationContext;)Ljava/util/Collection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
        start local 1 // org.springframework.cache.interceptor.CacheOperationInvocationContext context
         0: .line 55
            aload 1 /* context */
            invokeinterface org.springframework.cache.interceptor.CacheOperationInvocationContext.getOperation:()Lorg/springframework/cache/interceptor/BasicOperation;
            checkcast org.springframework.cache.interceptor.BasicOperation
            invokeinterface org.springframework.cache.interceptor.BasicOperation.getCacheNames:()Ljava/util/Set;
            areturn
        end local 1 // org.springframework.cache.interceptor.CacheOperationInvocationContext context
        end local 0 // org.springframework.cache.interceptor.SimpleCacheResolver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/cache/interceptor/SimpleCacheResolver;
            0    1     1  context  Lorg/springframework/cache/interceptor/CacheOperationInvocationContext<*>;
    Signature: (Lorg/springframework/cache/interceptor/CacheOperationInvocationContext<*>;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      context  

  static org.springframework.cache.interceptor.SimpleCacheResolver of(org.springframework.cache.CacheManager);
    descriptor: (Lorg/springframework/cache/CacheManager;)Lorg/springframework/cache/interceptor/SimpleCacheResolver;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.cache.CacheManager cacheManager
         0: .line 67
            aload 0 /* cacheManager */
            ifnull 1
            new org.springframework.cache.interceptor.SimpleCacheResolver
            dup
            aload 0 /* cacheManager */
            invokespecial org.springframework.cache.interceptor.SimpleCacheResolver.<init>:(Lorg/springframework/cache/CacheManager;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.cache.interceptor.SimpleCacheResolver
         2: areturn
        end local 0 // org.springframework.cache.CacheManager cacheManager
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0  cacheManager  Lorg/springframework/cache/CacheManager;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      cacheManager  
}
SourceFile: "SimpleCacheResolver.java"