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

com.avaje.ebean.cache.ServerCacheFactory Maven / Gradle / Ivy

package com.avaje.ebean.cache;

/**
 * Defines method for constructing caches for beans and queries.
 */
public interface ServerCacheFactory {

  /**
   * Create the cache for the given type with options.
   */
  ServerCache createCache(ServerCacheType type, String cacheKey, ServerCacheOptions cacheOptions);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy