Package org.wso2.carbon.caching.impl
Interface MapEntryListener
-
public interface MapEntryListenerWhen the external distributed Map changes, an instance implementing this interface will be notified
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <X> voidentryAdded(X key)<X> voidentryRemoved(X key)<X> voidentryUpdated(X key)voidmapCleared()
-