MemoryStore

final class MemoryStore[A] extends CaptchaStore[A]
trait CaptchaStore[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def exists(id: String): Boolean
def get(id: String): Option[A]
def put(id: String, response: A): Unit
def remove(id: String): Boolean