Class EvictionListener<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.near.EvictionListener<K,V>
Type Parameters:
K - cache key type
V - cache value type
All Implemented Interfaces:
com.github.benmanes.caffeine.cache.RemovalListener<K,org.infinispan.client.hotrod.MetadataValue<V>>, Consumer<com.github.benmanes.caffeine.cache.Cache<K,org.infinispan.client.hotrod.MetadataValue<V>>>

public class EvictionListener<K,V> extends Object implements com.github.benmanes.caffeine.cache.RemovalListener<K,org.infinispan.client.hotrod.MetadataValue<V>>, Consumer<com.github.benmanes.caffeine.cache.Cache<K,org.infinispan.client.hotrod.MetadataValue<V>>>
Removal listener that triggers the specified listener when the removal cause is RemovalCause.SIZE.
Author:
Paul Ferraro