public class org.springframework.web.servlet.resource.CachingResourceTransformer implements org.springframework.web.servlet.resource.ResourceTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.resource.CachingResourceTransformer
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.cache.Cache cache;
    descriptor: Lorg/springframework/cache/Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lorg/springframework/web/servlet/resource/CachingResourceTransformer;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.springframework.web.servlet.resource.CachingResourceTransformer.logger:Lorg/apache/commons/logging/Log;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.springframework.cache.Cache);
    descriptor: (Lorg/springframework/cache/Cache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
        start local 1 // org.springframework.cache.Cache cache
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 1 /* cache */
            ldc "Cache is required"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 49
            aload 0 /* this */
            aload 1 /* cache */
            putfield org.springframework.web.servlet.resource.CachingResourceTransformer.cache:Lorg/springframework/cache/Cache;
         3: .line 50
            return
        end local 1 // org.springframework.cache.Cache cache
        end local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/web/servlet/resource/CachingResourceTransformer;
            0    4     1  cache  Lorg/springframework/cache/Cache;
    MethodParameters:
       Name  Flags
      cache  

  public void <init>(org.springframework.cache.CacheManager, java.lang.String);
    descriptor: (Lorg/springframework/cache/CacheManager;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
        start local 1 // org.springframework.cache.CacheManager cacheManager
        start local 2 // java.lang.String cacheName
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 1 /* cacheManager */
            aload 2 /* cacheName */
            invokeinterface org.springframework.cache.CacheManager.getCache:(Ljava/lang/String;)Lorg/springframework/cache/Cache;
            astore 3 /* cache */
        start local 3 // org.springframework.cache.Cache cache
         2: .line 54
            aload 3 /* cache */
            ifnonnull 4
         3: .line 55
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cache '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* cacheName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' not found"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 57
      StackMap locals: org.springframework.web.servlet.resource.CachingResourceTransformer org.springframework.cache.CacheManager java.lang.String org.springframework.cache.Cache
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cache */
            putfield org.springframework.web.servlet.resource.CachingResourceTransformer.cache:Lorg/springframework/cache/Cache;
         5: .line 58
            return
        end local 3 // org.springframework.cache.Cache cache
        end local 2 // java.lang.String cacheName
        end local 1 // org.springframework.cache.CacheManager cacheManager
        end local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/springframework/web/servlet/resource/CachingResourceTransformer;
            0    6     1  cacheManager  Lorg/springframework/cache/CacheManager;
            0    6     2     cacheName  Ljava/lang/String;
            2    6     3         cache  Lorg/springframework/cache/Cache;
    MethodParameters:
              Name  Flags
      cacheManager  
      cacheName     

  public org.springframework.cache.Cache getCache();
    descriptor: ()Lorg/springframework/cache/Cache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
         0: .line 65
            aload 0 /* this */
            getfield org.springframework.web.servlet.resource.CachingResourceTransformer.cache:Lorg/springframework/cache/Cache;
            areturn
        end local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/CachingResourceTransformer;

  public org.springframework.core.io.Resource transform(HttpServletRequest, org.springframework.core.io.Resource, org.springframework.web.servlet.resource.ResourceTransformerChain);
    descriptor: (LHttpServletRequest;Lorg/springframework/core/io/Resource;Lorg/springframework/web/servlet/resource/ResourceTransformerChain;)Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.CachingResourceTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/CachingResourceTransformer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      request           
      resource          
      transformerChain  

  public org.springframework.core.io.Resource transform(HttpServletRequest, org.springframework.core.io.Resource, org.springframework.web.servlet.resource.ResourceTransformerChain);
    descriptor: (LHttpServletRequest;Lorg/springframework/core/io/Resource;Lorg/springframework/web/servlet/resource/ResourceTransformerChain;)Lorg/springframework/core/io/Resource;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type CachingResourceTransformer must implement the inherited abstract method ResourceTransformer.transform(HttpServletRequest, Resource, ResourceTransformerChain)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
            
            
            
}
SourceFile: "CachingResourceTransformer.java"