Uses of Interface
io.ebean.cache.ServerCachePlugin
-
Packages that use ServerCachePlugin Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ServerCachePlugin in io.ebean.config
Methods in io.ebean.config that return ServerCachePlugin Modifier and Type Method Description ServerCachePlugin
DatabaseConfig. getServerCachePlugin()
Return the ServerCachePlugin.Methods in io.ebean.config with parameters of type ServerCachePlugin Modifier and Type Method Description void
DatabaseConfig. setServerCachePlugin(ServerCachePlugin serverCachePlugin)
Set the ServerCachePlugin to use.
-