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

nl.vpro.javax.cache.managment.CacheWrapperMXBean Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package nl.vpro.javax.cache.managment;

import nl.vpro.jmx.Description;

public interface CacheWrapperMXBean {


    @Description("Clears cache")
    String removeAll();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy