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

com.att.aft.dme2.mbean.DME2CacheJMXBean Maven / Gradle / Ivy

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