Package io.ebean.cache
Interface ServerCacheNotifyPlugin
-
public interface ServerCacheNotifyPlugin
Plugin that provides a ServerCacheNotify implementation.Is supplied this will be used to send the ServerCacheNotification event to other cluster members.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerCacheNotify
create(DatabaseConfig config)
Create a ServerCacheNotify implementation given the server configuration.
-
-
-
Method Detail
-
create
ServerCacheNotify create(DatabaseConfig config)
Create a ServerCacheNotify implementation given the server configuration.
-
-