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
Modifier and Type Method Description ServerCacheNotify
create(ServerConfig serverConfig)
Create a ServerCacheNotify implementation given the server configuration.
-
Method Details
-
create
Create a ServerCacheNotify implementation given the server configuration.
-