package client
Ordering
- Alphabetic
Visibility
- Public
- All
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
- trait HttpCaching extends CachingVerbs
- 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
- object NoSessionException extends Exception with Product with Serializable