public class org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy<K, V> implements org.ehcache.impl.internal.store.heap.OnHeapStrategy<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy
  super_class: java.lang.Object
{
  private final org.ehcache.impl.internal.store.heap.OnHeapStore<K, V> store;
    descriptor: Lorg/ehcache/impl/internal/store/heap/OnHeapStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/impl/internal/store/heap/OnHeapStore<TK;TV;>;

  private final org.ehcache.expiry.ExpiryPolicy<? super K, ? super V> expiry;
    descriptor: Lorg/ehcache/expiry/ExpiryPolicy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/expiry/ExpiryPolicy<-TK;-TV;>;

  private final org.ehcache.core.spi.time.TimeSource timeSource;
    descriptor: Lorg/ehcache/core/spi/time/TimeSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.ehcache.impl.internal.store.heap.OnHeapStore<K, V>, org.ehcache.expiry.ExpiryPolicy<? super K, ? super V>, org.ehcache.core.spi.time.TimeSource);
    descriptor: (Lorg/ehcache/impl/internal/store/heap/OnHeapStore;Lorg/ehcache/expiry/ExpiryPolicy;Lorg/ehcache/core/spi/time/TimeSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // org.ehcache.impl.internal.store.heap.OnHeapStore store
        start local 2 // org.ehcache.expiry.ExpiryPolicy expiry
        start local 3 // org.ehcache.core.spi.time.TimeSource timeSource
         0: .line 114
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            aload 1 /* store */
            putfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.store:Lorg/ehcache/impl/internal/store/heap/OnHeapStore;
         2: .line 116
            aload 0 /* this */
            aload 2 /* expiry */
            putfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.expiry:Lorg/ehcache/expiry/ExpiryPolicy;
         3: .line 117
            aload 0 /* this */
            aload 3 /* timeSource */
            putfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.timeSource:Lorg/ehcache/core/spi/time/TimeSource;
         4: .line 118
            return
        end local 3 // org.ehcache.core.spi.time.TimeSource timeSource
        end local 2 // org.ehcache.expiry.ExpiryPolicy expiry
        end local 1 // org.ehcache.impl.internal.store.heap.OnHeapStore store
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    5     1       store  Lorg/ehcache/impl/internal/store/heap/OnHeapStore<TK;TV;>;
            0    5     2      expiry  Lorg/ehcache/expiry/ExpiryPolicy<-TK;-TV;>;
            0    5     3  timeSource  Lorg/ehcache/core/spi/time/TimeSource;
    Signature: (Lorg/ehcache/impl/internal/store/heap/OnHeapStore<TK;TV;>;Lorg/ehcache/expiry/ExpiryPolicy<-TK;-TV;>;Lorg/ehcache/core/spi/time/TimeSource;)V
    MethodParameters:
            Name  Flags
      store       
      expiry      
      timeSource  

  public boolean isExpired(org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder<V>);
    descriptor: (Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder mapping
         0: .line 122
            aload 1 /* mapping */
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.timeSource:Lorg/ehcache/core/spi/time/TimeSource;
            invokeinterface org.ehcache.core.spi.time.TimeSource.getTimeMillis:()J
            invokevirtual org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder.isExpired:(J)Z
            ireturn
        end local 1 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder mapping
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    1     1  mapping  Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;
    Signature: (Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;)Z
    MethodParameters:
         Name  Flags
      mapping  

  public void setAccessAndExpiryTimeWhenCallerOutsideLock(K, org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder<V>, );
    descriptor: (Ljava/lang/Object;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder valueHolder
        start local 3 // long now
         0: .line 127
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* valueHolder */
            invokevirtual org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.getAccessDuration:(Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Ljava/time/Duration;
            astore 5 /* duration */
        start local 5 // java.time.Duration duration
         1: .line 128
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            aload 5 /* duration */
            invokevirtual java.time.Duration.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 130
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.store:Lorg/ehcache/impl/internal/store/heap/OnHeapStore;
            aload 1 /* key */
            aload 2 /* valueHolder */
            invokevirtual org.ehcache.impl.internal.store.heap.OnHeapStore.expireMappingUnderLock:(Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)V
         3: .line 131
            goto 5
         4: .line 132
      StackMap locals: java.time.Duration
      StackMap stack:
            aload 2 /* valueHolder */
            lload 3 /* now */
            aload 5 /* duration */
            invokevirtual org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder.accessed:(JLjava/time/Duration;)V
         5: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.time.Duration duration
        end local 3 // long now
        end local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder valueHolder
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    6     1          key  TK;
            0    6     2  valueHolder  Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;
            0    6     3          now  J
            1    6     5     duration  Ljava/time/Duration;
    Signature: (TK;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;J)V
    MethodParameters:
             Name  Flags
      key          
      valueHolder  
      now          

  public java.time.Duration getAccessDuration(K, org.ehcache.core.spi.store.Store$ValueHolder<V>);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Ljava/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.ehcache.core.spi.store.Store$ValueHolder valueHolder
         0: .line 139
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.expiry:Lorg/ehcache/expiry/ExpiryPolicy;
            aload 1 /* key */
            aload 2 /* valueHolder */
            invokeinterface org.ehcache.expiry.ExpiryPolicy.getExpiryForAccess:(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/time/Duration;
            astore 3 /* duration */
        start local 3 // java.time.Duration duration
         1: .line 140
            aload 3 /* duration */
            ifnull 7
            aload 3 /* duration */
            invokevirtual java.time.Duration.isNegative:()Z
            ifeq 7
         2: .line 141
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            astore 3 /* duration */
         3: .line 143
            goto 7
        end local 3 // java.time.Duration duration
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         4: astore 4 /* re */
        start local 4 // java.lang.RuntimeException re
         5: .line 144
            getstatic org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.LOG:Lorg/slf4j/Logger;
            ldc "Expiry computation caused an exception - Expiry duration will be 0 "
            aload 4 /* re */
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
         6: .line 145
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            astore 3 /* duration */
        end local 4 // java.lang.RuntimeException re
        start local 3 // java.time.Duration duration
         7: .line 147
      StackMap locals: java.time.Duration
      StackMap stack:
            aload 3 /* duration */
            areturn
        end local 3 // java.time.Duration duration
        end local 2 // org.ehcache.core.spi.store.Store$ValueHolder valueHolder
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    8     1          key  TK;
            0    8     2  valueHolder  Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
            1    4     3     duration  Ljava/time/Duration;
            7    8     3     duration  Ljava/time/Duration;
            5    7     4           re  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.RuntimeException
    Signature: (TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;)Ljava/time/Duration;
    MethodParameters:
             Name  Flags
      key          
      valueHolder  

  public java.time.Duration getUpdateDuration(K, org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder<V>, V);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder;Ljava/lang/Object;)Ljava/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder oldValue
        start local 3 // java.lang.Object newValue
         0: .line 153
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.expiry:Lorg/ehcache/expiry/ExpiryPolicy;
            aload 1 /* key */
            aload 2 /* oldValue */
            aload 3 /* newValue */
            invokeinterface org.ehcache.expiry.ExpiryPolicy.getExpiryForUpdate:(Ljava/lang/Object;Ljava/util/function/Supplier;Ljava/lang/Object;)Ljava/time/Duration;
            astore 4 /* duration */
        start local 4 // java.time.Duration duration
         1: .line 154
            aload 4 /* duration */
            ifnull 7
            aload 4 /* duration */
            invokevirtual java.time.Duration.isNegative:()Z
            ifeq 7
         2: .line 155
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            astore 4 /* duration */
         3: .line 157
            goto 7
        end local 4 // java.time.Duration duration
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         4: astore 5 /* re */
        start local 5 // java.lang.RuntimeException re
         5: .line 158
            getstatic org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.LOG:Lorg/slf4j/Logger;
            ldc "Expiry computation caused an exception - Expiry duration will be 0 "
            aload 5 /* re */
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
         6: .line 159
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            astore 4 /* duration */
        end local 5 // java.lang.RuntimeException re
        start local 4 // java.time.Duration duration
         7: .line 161
      StackMap locals: java.time.Duration
      StackMap stack:
            aload 4 /* duration */
            areturn
        end local 4 // java.time.Duration duration
        end local 3 // java.lang.Object newValue
        end local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder oldValue
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    8     1       key  TK;
            0    8     2  oldValue  Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;
            0    8     3  newValue  TV;
            1    4     4  duration  Ljava/time/Duration;
            7    8     4  duration  Ljava/time/Duration;
            5    7     5        re  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.RuntimeException
    Signature: (TK;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;TV;)Ljava/time/Duration;
    MethodParameters:
          Name  Flags
      key       
      oldValue  
      newValue  

  public org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder<V> setAccessAndExpiryWhenCallerlUnderLock(K, org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder<V>, long, org.ehcache.core.events.StoreEventSink<K, V>);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder;JLorg/ehcache/core/events/StoreEventSink;)Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder valueHolder
        start local 3 // long now
        start local 5 // org.ehcache.core.events.StoreEventSink eventSink
         0: .line 166
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* valueHolder */
            invokevirtual org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.getAccessDuration:(Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Ljava/time/Duration;
            astore 6 /* duration */
        start local 6 // java.time.Duration duration
         1: .line 167
            getstatic java.time.Duration.ZERO:Ljava/time/Duration;
            aload 6 /* duration */
            invokevirtual java.time.Duration.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 169
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy.store:Lorg/ehcache/impl/internal/store/heap/OnHeapStore;
            aload 1 /* key */
            aload 2 /* valueHolder */
            aload 5 /* eventSink */
            invokevirtual org.ehcache.impl.internal.store.heap.OnHeapStore.fireOnExpirationEvent:(Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;Lorg/ehcache/core/events/StoreEventSink;)V
         3: .line 170
            aconst_null
            areturn
         4: .line 172
      StackMap locals: java.time.Duration
      StackMap stack:
            aload 2 /* valueHolder */
            lload 3 /* now */
            aload 6 /* duration */
            invokevirtual org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder.accessed:(JLjava/time/Duration;)V
         5: .line 174
            aload 2 /* valueHolder */
            areturn
        end local 6 // java.time.Duration duration
        end local 5 // org.ehcache.core.events.StoreEventSink eventSink
        end local 3 // long now
        end local 2 // org.ehcache.impl.internal.store.heap.holders.OnHeapValueHolder valueHolder
        end local 1 // java.lang.Object key
        end local 0 // org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy$AllStrategy<TK;TV;>;
            0    6     1          key  TK;
            0    6     2  valueHolder  Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;
            0    6     3          now  J
            0    6     5    eventSink  Lorg/ehcache/core/events/StoreEventSink<TK;TV;>;
            1    6     6     duration  Ljava/time/Duration;
    Signature: (TK;Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;JLorg/ehcache/core/events/StoreEventSink<TK;TV;>;)Lorg/ehcache/impl/internal/store/heap/holders/OnHeapValueHolder<TV;>;
    MethodParameters:
             Name  Flags
      key          
      valueHolder  
      now          
      eventSink    
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/impl/internal/store/heap/OnHeapStrategy<TK;TV;>;
SourceFile: "OnHeapStrategy.java"
NestHost: org.ehcache.impl.internal.store.heap.OnHeapStrategy
InnerClasses:
  public abstract ValueHolder = org.ehcache.core.spi.store.Store$ValueHolder of org.ehcache.core.spi.store.Store
  public AllStrategy = org.ehcache.impl.internal.store.heap.OnHeapStrategy$AllStrategy of org.ehcache.impl.internal.store.heap.OnHeapStrategy