StatisticsMemoryStore

case class StatisticsMemoryStore(statistics: HashMap[String, Stats], results: HashMap[(String, Long), Result]) extends Store

In memory store for statistics

trait Serializable
trait Product
trait Equals
trait Store
class Object
trait Matchable
class Any

Value members

Concrete methods

@nowarn
def get[A](key: Key[A]): Operation[Option[A]]
def reset: Operation[Unit]
@nowarn
def set[A](key: Key[A], a: A): Operation[Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product