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

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

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

import com.jpattern.core.IService;

/**
 * 
 * @author Francesco Cina'
 *
 * 2 May 2011
 */
public interface ICacheService extends IService {

	ICache getCache(String cacheName);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy