org.exist.management.CacheManagerMXBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exist-core Show documentation
Show all versions of exist-core Show documentation
eXist-db NoSQL Database Core
package org.exist.management;
import org.exist.management.impl.PerInstanceMBean;
public interface CacheManagerMXBean extends PerInstanceMBean {
long getMaxTotal();
long getMaxSingle();
long getCurrentSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy