Interface InvalidationListener

All Superinterfaces:
EventListener

public interface InvalidationListener extends EventListener
The listener interface for removing cache entry from the cache.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the cache is removed from the cache
  • Method Details

    • fireEvent

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