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

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

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

import io.ebean.DatabaseBuilder;

/**
 * Plugin that provides a ServerCacheNotify implementation.
 * 

* Is supplied this will be used to send the ServerCacheNotification event to other cluster members. */ public interface ServerCacheNotifyPlugin { /** * Create a ServerCacheNotify implementation given the server configuration. */ ServerCacheNotify create(DatabaseBuilder config); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy