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

com.jpattern.service.cache.ehcache.IEhCacheServiceConfig Maven / Gradle / Ivy

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

import com.jpattern.service.cache.statistics.ICacheStatisticsManager;

import net.sf.ehcache.CacheManager;

/**
 * 
 * @author Francesco Cina'
 *
 * 5 May 2011
 */
public interface IEhCacheServiceConfig {

	ICacheStatisticsManager getCacheStatisticsManager();

	CacheManager getCacheManager();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy