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

io.journalkeeper.persistence.local.cache.PreloadCacheMetric Maven / Gradle / Ivy

The newest version!
package io.journalkeeper.persistence.local.cache;

/**
 * @author LiYue
 * Date: 2020/3/5
 */
public interface PreloadCacheMetric {
    int getBufferSize();

    int getCoreCount();

    int getMaxCount();

    int getUsedCount();

    int getCachedCount();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy