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

com.att.aft.dme2.server.cache.DME2Cache Maven / Gradle / Ivy

The newest version!
package com.att.aft.dme2.server.cache;

public interface DME2Cache
{
	public void initialize();
	public void refresh();
	public void shutdownTimerTask();
	DME2CacheStats getStats( String serviceName, Integer hourOfDay );
	void disableCacheStats();
	void enableCacheStats();
	boolean isCacheStatsEnabled();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy