Package com.ibm.websphere.cache
Interface InvalidationListener
-
- All Superinterfaces:
java.util.EventListener
public interface InvalidationListener extends java.util.EventListener
The listener interface for removing cache entry from the cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireEvent(InvalidationEvent e)
Invoked when the cache is removed from the cache
-
-
-
Method Detail
-
fireEvent
void fireEvent(InvalidationEvent e)
Invoked when the cache is removed from the cache
-
-