package client
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CacheMap(id: String, data: Map[String, JsValue]) extends Product with Serializable
- case class CachingException(msg: String, throwable: Throwable) extends Exception with Product with Serializable
- trait CachingVerbs extends AnyRef
- class CryptoCacheMap extends CacheMap
- class DefaultCachingVerbs extends CachingVerbs
- trait HttpCaching extends AnyRef
- class KeyStoreEntryValidationException extends Exception
- trait SessionCache extends HttpCaching
The session based client is the default
- trait ShortLivedCache extends AnyRef
- 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
- object CacheMap extends Serializable
- case object NoSessionException extends Exception with Product with Serializable