Interface CacheStoppedListener


  • public interface CacheStoppedListener
    User needs to implement this interface in order to receive cache stopped notifications.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCacheStopped​(java.lang.String cacheName)
      Defines a listener method for notifying applications when the Cache is stopped.
    • Method Detail

      • onCacheStopped

        void onCacheStopped​(java.lang.String cacheName)
        Defines a listener method for notifying applications when the Cache is stopped.
        Parameters:
        cacheName - he Identification of the cache being stopped. It is helpful as multiple cache instances can exists with in the same application.