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

org.bardframework.commons.waf.RequestCallCounter Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package org.bardframework.commons.waf;

import java.util.concurrent.TimeUnit;

public interface RequestCallCounter {

    Long increment(String key);

    void expire(String key, int expiration, TimeUnit unit);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy