public interface org.ehcache.config.CacheConfiguration<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.config.CacheConfiguration
  super_class: java.lang.Object
{
  public abstract java.util.Collection<org.ehcache.spi.service.ServiceConfiguration<?>> getServiceConfigurations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lorg/ehcache/spi/service/ServiceConfiguration<*>;>;

  public abstract java.lang.Class<K> getKeyType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<TK;>;

  public abstract java.lang.Class<V> getValueType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<TV;>;

  public abstract org.ehcache.config.EvictionAdvisor<? super K, ? super V> getEvictionAdvisor();
    descriptor: ()Lorg/ehcache/config/EvictionAdvisor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/ehcache/config/EvictionAdvisor<-TK;-TV;>;

  public abstract java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.ehcache.expiry.Expiry<? super K, ? super V> getExpiry();
    descriptor: ()Lorg/ehcache/expiry/Expiry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/ehcache/expiry/Expiry<-TK;-TV;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract org.ehcache.expiry.ExpiryPolicy<? super K, ? super V> getExpiryPolicy();
    descriptor: ()Lorg/ehcache/expiry/ExpiryPolicy;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/ehcache/expiry/ExpiryPolicy<-TK;-TV;>;

  public abstract org.ehcache.config.ResourcePools getResourcePools();
    descriptor: ()Lorg/ehcache/config/ResourcePools;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CacheConfiguration.java"