Class CacheClearedNodeJsListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object _syncPoint  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onCacheCleared()
      Defines a listener method for notifying applications when the cache is cleared.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _syncPoint

        protected final java.lang.Object _syncPoint
    • Constructor Detail