public interface org.ehcache.expiry.Expiry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.expiry.Expiry
  super_class: java.lang.Object
{
  public abstract org.ehcache.expiry.Duration getExpiryForCreation(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/ehcache/expiry/Duration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)Lorg/ehcache/expiry/Duration;
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.ehcache.expiry.Duration getExpiryForAccess(K, org.ehcache.ValueSupplier<? extends V>);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/ValueSupplier;)Lorg/ehcache/expiry/Duration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Lorg/ehcache/ValueSupplier<+TV;>;)Lorg/ehcache/expiry/Duration;
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.ehcache.expiry.Duration getExpiryForUpdate(K, org.ehcache.ValueSupplier<? extends V>, V);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/ValueSupplier;Ljava/lang/Object;)Lorg/ehcache/expiry/Duration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Lorg/ehcache/ValueSupplier<+TV;>;TV;)Lorg/ehcache/expiry/Duration;
    MethodParameters:
          Name  Flags
      key       
      oldValue  
      newValue  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Expiry.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()