Package io.ebean.cache
Interface ServerCacheNotify
-
public interface ServerCacheNotify
Interface for both listening to notification changes and sending them to other members of the cluster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(ServerCacheNotification notification)
Notify other server cache members of the table modifications or process the notifications.
-
-
-
Method Detail
-
notify
void notify(ServerCacheNotification notification)
Notify other server cache members of the table modifications or process the notifications.
-
-