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

com.jpattern.service.cache.ACacheServiceBuilder Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.cache;

import com.jpattern.core.AServiceBuilder;
import com.jpattern.core.IServicesName;

/**
 * 
 * @author Francesco Cina
 *
 * 23 Sep 2011
 */
public abstract class ACacheServiceBuilder extends AServiceBuilder {

	public ACacheServiceBuilder() {
		super(IServicesName.CACHE_SERVICE);
	}
	
	public abstract ICacheService build();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy