Class InvalidationEventHubImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InvalidationEventHubImpl​(boolean productionMode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void  callback)
      Adds a callback that is invoked when an underlying tracked resource has changed.
      void addInvalidationListener​(InvalidationListener listener)
      Adds a listener, who needs to know when an underlying resource of a given category has changed (so that the receiver may discard any cached data that may have been invalidated).
      void <?,​?> map)
      Adds a callback that clears the map.
      protected void fireInvalidationEvent()
      Notifies all listeners/callbacks.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,