Uses of Interface
io.ebean.cache.ServerCacheNotify
-
Packages that use ServerCacheNotify Package Description io.ebean.cache Server Cache Service -
-
Uses of ServerCacheNotify in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheNotify Modifier and Type Method Description ServerCacheNotifyServerCacheNotifyPlugin. create(DatabaseConfig config)Create a ServerCacheNotify implementation given the server configuration.ServerCacheNotifyServerCacheFactory. createCacheNotify(ServerCacheNotify listener)Return a ServerCacheNotify that we will send ServerCacheNotification events to.Methods in io.ebean.cache with parameters of type ServerCacheNotify Modifier and Type Method Description ServerCacheNotifyServerCacheFactory. createCacheNotify(ServerCacheNotify listener)Return a ServerCacheNotify that we will send ServerCacheNotification events to.
-