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

chao.java.tools.servicepool.cache.custom.CustomCacheStrategy Maven / Gradle / Ivy

package chao.java.tools.servicepool.cache.custom;

import chao.java.tools.servicepool.IService;
import chao.java.tools.servicepool.IServiceFactory;

/**
 *
 *
 *
 *
 * @author luqin
 * @since 2020-08-06
 */
public interface CustomCacheStrategy extends IService {
    T getService(IServiceFactory factory, Class originClass, Class serviceClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy