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. class DefaultCachingVerbs extends CachingVerbs
  6. trait HttpCaching extends AnyRef
  7. class KeyStoreEntryValidationException extends Exception
  8. trait SessionCache extends HttpCaching

    The session based client is the default

  9. trait ShortLivedCache extends AnyRef
  10. 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