Package io.ebean.cache
Class ServerCacheNotification
- java.lang.Object
-
- io.ebean.cache.ServerCacheNotification
-
public class ServerCacheNotification extends Object
Notification event that dependent tables have been modified.This is sent to other interested servers (in the cluster).
-
-
Constructor Summary
Constructors Constructor Description ServerCacheNotification(Set<String> dependentTables)
-
-
-
Constructor Detail
-
ServerCacheNotification
public ServerCacheNotification(Set<String> dependentTables)
-
-