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

com.maxifier.mxcache.impl.MutableStatistics Maven / Gradle / Ivy

/*
 * Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved.
 */
package com.maxifier.mxcache.impl;

import com.maxifier.mxcache.interfaces.Statistics;
import com.maxifier.mxcache.interfaces.StatisticsHolder;

/**
 * @author Alexander Kochurov ([email protected])
 */
public interface MutableStatistics extends Statistics, StatisticsHolder {
    void hit();

    void miss(long time);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy