class com.netflix.hystrix.HystrixRequestCache$1 implements com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableLifecycle<java.util.concurrent.ConcurrentHashMap<com.netflix.hystrix.HystrixRequestCache$ValueCacheKey, com.netflix.hystrix.HystrixCachedObservable<?>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixRequestCache$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixRequestCache$1;

  public java.util.concurrent.ConcurrentHashMap<com.netflix.hystrix.HystrixRequestCache$ValueCacheKey, com.netflix.hystrix.HystrixCachedObservable<?>> initialValue();
    descriptor: ()Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
         0: .line 53
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            areturn
        end local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixRequestCache$1;
    Signature: ()Ljava/util/concurrent/ConcurrentHashMap<Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;Lcom/netflix/hystrix/HystrixCachedObservable<*>;>;

  public void shutdown(java.util.concurrent.ConcurrentHashMap<com.netflix.hystrix.HystrixRequestCache$ValueCacheKey, com.netflix.hystrix.HystrixCachedObservable<?>>);
    descriptor: (Ljava/util/concurrent/ConcurrentHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
        start local 1 // java.util.concurrent.ConcurrentHashMap value
         0: .line 59
            return
        end local 1 // java.util.concurrent.ConcurrentHashMap value
        end local 0 // com.netflix.hystrix.HystrixRequestCache$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/netflix/hystrix/HystrixRequestCache$1;
            0    1     1  value  Ljava/util/concurrent/ConcurrentHashMap<Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;Lcom/netflix/hystrix/HystrixCachedObservable<*>;>;
    Signature: (Ljava/util/concurrent/ConcurrentHashMap<Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;Lcom/netflix/hystrix/HystrixCachedObservable<*>;>;)V
    MethodParameters:
       Name  Flags
      value  

  public void shutdown(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.concurrent.ConcurrentHashMap
            invokevirtual com.netflix.hystrix.HystrixRequestCache$1.shutdown:(Ljava/util/concurrent/ConcurrentHashMap;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.netflix.hystrix.HystrixRequestCache$1.initialValue:()Ljava/util/concurrent/ConcurrentHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/concurrency/HystrixRequestVariableLifecycle<Ljava/util/concurrent/ConcurrentHashMap<Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;Lcom/netflix/hystrix/HystrixCachedObservable<*>;>;>;
SourceFile: "HystrixRequestCache.java"
EnclosingMethod: com.netflix.hystrix.HystrixRequestCache
NestHost: com.netflix.hystrix.HystrixRequestCache
InnerClasses:
  com.netflix.hystrix.HystrixRequestCache$1
  private ValueCacheKey = com.netflix.hystrix.HystrixRequestCache$ValueCacheKey of com.netflix.hystrix.HystrixRequestCache