
com.att.aft.dme2.server.cache.DME2Cache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
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