public interface org.ehcache.config.ResourcePool
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.config.ResourcePool
  super_class: java.lang.Object
{
  public abstract org.ehcache.config.ResourceType<?> getType();
    descriptor: ()Lorg/ehcache/config/ResourceType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/ehcache/config/ResourceType<*>;

  public abstract boolean isPersistent();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void validateUpdate(org.ehcache.config.ResourcePool);
    descriptor: (Lorg/ehcache/config/ResourcePool;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      newPool  
}
SourceFile: "ResourcePool.java"