public interface org.postgresql.util.LruCache$EvictAction<Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.util.LruCache$EvictAction
  super_class: java.lang.Object
{
  public abstract void evict();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (TValue;)V
    MethodParameters:
       Name  Flags
      value  
}
Signature: <Value:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "LruCache.java"
NestHost: org.postgresql.util.LruCache
InnerClasses:
  public abstract EvictAction = org.postgresql.util.LruCache$EvictAction of org.postgresql.util.LruCache