org.infinispan.util.concurrent
Interface BoundedConcurrentHashMap.EvictionListener<K,V>

Enclosing class:
BoundedConcurrentHashMap<K,V>

public static interface BoundedConcurrentHashMap.EvictionListener<K,V>


Method Summary
 void postEvict(K key, V value)
           
 void preEvict(K key)
           
 

Method Detail

preEvict

void preEvict(K key)

postEvict

void postEvict(K key,
               V value)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.