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

com.jpattern.service.cache.statistics.ICacheStatistics Maven / Gradle / Ivy

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

import java.io.Serializable;
import java.util.Map;

/**
 * 
 * @author Francesco Cina'
 *
 * 5 May 2011
 */
public interface ICacheStatistics extends Serializable {

	Map getStatistics();
	
	ICacheStatisticsEntry getStatistics(String key);
	
	void addEntry(String key, Object value);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy