Package io.ebean.cache
Interface ServerCachePlugin
-
public interface ServerCachePlugin
The plugin interface that creates a ServerCacheFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerCacheFactory
create(DatabaseConfig config, BackgroundExecutor executor)
Create the ServerCacheFactory given the server config and background executor service.
-
-
-
Method Detail
-
create
ServerCacheFactory create(DatabaseConfig config, BackgroundExecutor executor)
Create the ServerCacheFactory given the server config and background executor service.
-
-