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

com.jpattern.gwt.client.cache.ICacheService Maven / Gradle / Ivy

package com.jpattern.gwt.client.cache;

/**
 * 
 * @author Francesco Cina
 *
 * 26/lug/2011
 */
public interface ICacheService {

	ICache getCache(String cacheName);
	
	void registerCache(String cacheName, ICache cache);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy