All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.cache.ServerCachePlugin Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.cache;

import io.ebean.BackgroundExecutor;
import io.ebean.DatabaseBuilder;

/**
 * The plugin interface that creates a ServerCacheFactory.
 */
public interface ServerCachePlugin {

  /**
   * Create the ServerCacheFactory given the server config and background executor service.
   */
  ServerCacheFactory create(DatabaseBuilder config, BackgroundExecutor executor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy