CacheStore

org.beangle.otk.captcha.core.service.CaptchaStore$.CacheStore
class CacheStore[A](cache: Cache[String, A]) extends CaptchaStore[A]

Attributes

Graph
Supertypes
trait CaptchaStore[A]
class Object
trait Matchable
class Any

Members list

Concise view

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