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

org.exist.management.CacheManagerMXBean Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
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