public interface javax.cache.configuration.CacheEntryListenerConfiguration<K, V> extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.cache.configuration.CacheEntryListenerConfiguration
  super_class: java.lang.Object
{
  public abstract javax.cache.configuration.Factory<javax.cache.event.CacheEntryListener<? super K, ? super V>> getCacheEntryListenerFactory();
    descriptor: ()Ljavax/cache/configuration/Factory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljavax/cache/configuration/Factory<Ljavax/cache/event/CacheEntryListener<-TK;-TV;>;>;

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

  public abstract javax.cache.configuration.Factory<javax.cache.event.CacheEntryEventFilter<? super K, ? super V>> getCacheEntryEventFilterFactory();
    descriptor: ()Ljavax/cache/configuration/Factory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljavax/cache/configuration/Factory<Ljavax/cache/event/CacheEntryEventFilter<-TK;-TV;>;>;

  public abstract boolean isSynchronous();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "CacheEntryListenerConfiguration.java"