Interface CacheClearedListener

  • All Known Implementing Classes:
    CacheClearedNodeJsListener

    public interface CacheClearedListener
    User needs to implement this interface in order to receive cache cleared notifications.
    • Method Detail

      • onCacheCleared

        void onCacheCleared()
        Defines a listener method for notifying applications when the cache is cleared.