Class CachingMap.SimpleListener

All Implemented Interfaces:
MapListener, MapListenerSupport.SynchronousListener, SynchronousListener, EventListener
Enclosing class:
CachingMap<K,V>

protected class CachingMap.SimpleListener extends MultiplexingMapListener implements MapListenerSupport.SynchronousListener
MapListener for back map responsible for keeping the front map coherent with the back map. This listener is registered as a synchronous listener for lite events (carrying only a key).
  • Constructor Details

    • SimpleListener

      protected SimpleListener()
  • Method Details