
com.att.aft.dme2.mbean.DME2CacheJMXBean 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.domain.CacheElement.Key;
public interface DME2CacheJMXBean {
public void clear();
public int getCurrentSize();
public long getCacheEntryTTLValue(Key key);
public long getCacheEntryExpirationTime(Key key);
/**
* get all the keys for this cache
* @return
*/
public String getKeys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy