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