Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CacheMap(id: String, data: Map[String, JsValue]) extends Product with Serializable
  2. case class CachingException(msg: String, throwable: Throwable) extends Exception with Product with Serializable
  3. trait CachingVerbs extends AnyRef
  4. class CryptoCacheMap extends CacheMap
  5. trait HttpCaching extends CachingVerbs
  6. class KeyStoreEntryValidationException extends Exception
  7. trait SessionCache extends HttpCaching

    The session based client is the default

  8. trait ShortLivedCache extends AnyRef
  9. trait ShortLivedHttpCaching extends HttpCaching

    A cache client with a defined short lived TTL, i.e.

    A cache client with a defined short lived TTL, i.e. longer than a user's browser session

Value Members

  1. object CacheMap extends Serializable
  2. case object NoSessionException extends Exception with Product with Serializable

Ungrouped