com.ibm.websphere.cache

Interface InvalidationListener

All Superinterfaces:
java.util.EventListener

  1. public interface InvalidationListener
  2. extends java.util.EventListener
The listener interface for removing cache entry from the cache.

Method Summary

Modifier and Type Method and Description
  1. void
fireEvent(InvalidationEvent e)
Invoked when the cache is removed from the cache

Method Detail

fireEvent

  1. void fireEvent(InvalidationEvent e)
Invoked when the cache is removed from the cache