CaptchaStore

trait CaptchaStore[A]
Companion:
object
class Object
trait Matchable
class Any
class CacheStore[A]
class MemoryStore[A]

Value members

Abstract methods

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