com.att.aft.dme2.mbean.DME2CacheMXBean 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.mbean;
import com.att.aft.dme2.cache.DME2CacheStats;
public interface DME2CacheMXBean
{
public void clear();
public int getCurrentSize();
public long getCacheTTLValue(String key);
public long getExpirationTime(String key);
public String getKeys();
public DME2CacheStats getStats(String serviceName, Integer hourOfDay);
public void disableCacheStats();
public void enableCacheStats();
public boolean isCacheStatsEnabled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy