class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse
  super_class: java.lang.Object
{
  private final java.lang.Object response;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long creationTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
        start local 1 // java.lang.Object response
        start local 2 // long creationTime
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 134
            aload 0 /* this */
            aload 1 /* response */
            putfield org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.response:Ljava/lang/Object;
         2: .line 135
            aload 0 /* this */
            lload 2 /* creationTime */
            putfield org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.creationTime:J
         3: .line 136
            return
        end local 2 // long creationTime
        end local 1 // java.lang.Object response
        end local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker$CachedResponse;
            0    4     1      response  Ljava/lang/Object;
            0    4     2  creationTime  J
    MethodParameters:
              Name  Flags
      response      
      creationTime  

  boolean isStale(long, long);
    descriptor: (JJ)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
        start local 1 // long accessTime
        start local 3 // long timeToLive
         0: .line 139
            lload 1 /* accessTime */
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.creationTime:J
            lsub
            lload 3 /* timeToLive */
            lcmp
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // long timeToLive
        end local 1 // long accessTime
        end local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker$CachedResponse;
            0    2     1  accessTime  J
            0    2     3  timeToLive  J
    MethodParameters:
            Name  Flags
      accessTime  
      timeToLive  

  java.lang.Object getResponse();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
         0: .line 143
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.response:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker$CachedResponse;
}
SourceFile: "CachingOperationInvoker.java"
NestHost: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
InnerClasses:
  CachedResponse = org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse of org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker