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 ServerCacheNotify
ServerCacheNotifyPlugin. create(DatabaseConfig config)
Create a ServerCacheNotify implementation given the server configuration.ServerCacheNotify
ServerCacheFactory. 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 ServerCacheNotify
ServerCacheFactory. createCacheNotify(ServerCacheNotify listener)
Return a ServerCacheNotify that we will send ServerCacheNotification events to.
-