Package org.jgroups.util
Interface AgeOutCache.Handler<K>
-
- All Known Implementing Classes:
UNICAST3
- Enclosing class:
- AgeOutCache<K>
public static interface AgeOutCache.Handler<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
expired(K key)
-
-
-
Method Detail
-
expired
void expired(K key)
-
-