CaptchaStore

org.beangle.otk.captcha.core.service.CaptchaStore
See theCaptchaStore companion object
trait CaptchaStore[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CacheStore[A]
class MemoryStore[A]

Members list

Concise view

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