InMemoryStore

io.github.edadma.apion.RateLimiterMiddleware.InMemoryStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cleanup(): Future[Unit]
def increment(key: String, window: Duration): Future[(Int, Int)]
def reset(key: String): Future[Unit]