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

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

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 - 2025 Weber Informatics LLC | Privacy Policy