Package com.alachisoft.ncache.client
Interface CacheClearedListener
-
- All Known Implementing Classes:
CacheClearedNodeJsListener
public interface CacheClearedListener
User needs to implement this interface in order to receive cache cleared notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCacheCleared()
Defines a listener method for notifying applications when the cache is cleared.
-