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

net.sf.jsr107cache.CacheFactory Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package net.sf.jsr107cache;

import java.util.Map;

/**
 *
 * @author os
 */
public interface CacheFactory {
    Cache createCache(Map map);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy