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

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

package com.jpattern.gwt.client.cache;

import com.jpattern.gwt.client.AService;

/**
 * 
 * @author Francesco Cina
 *
 * 26/lug/2011
 */
public abstract class ACacheService extends AService {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy