public interface org.ehcache.core.events.StoreEventSink<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.core.events.StoreEventSink
  super_class: java.lang.Object
{
  public abstract void removed(K, java.util.function.Supplier<V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Supplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Ljava/util/function/Supplier<TV;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract void updated(K, java.util.function.Supplier<V>, );
    descriptor: (Ljava/lang/Object;Ljava/util/function/Supplier;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Ljava/util/function/Supplier<TV;>;TV;)V
    MethodParameters:
          Name  Flags
      key       
      oldValue  
      newValue  

  public abstract void expired(K, java.util.function.Supplier<V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Supplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Ljava/util/function/Supplier<TV;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract void created(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract void evicted(K, java.util.function.Supplier<V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Supplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Ljava/util/function/Supplier<TV;>;)V
    MethodParameters:
       Name  Flags
      key    
      value  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "StoreEventSink.java"