package cache
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CacheIdType[-CacheId] extends AnyRef
- final case class CacheItem(id: String, data: JsObject, createdAt: Instant, modifiedAt: Instant) extends Product with Serializable
- final case class DataKey[A](unwrap: String) extends AnyVal with Product with Serializable
- trait EntityCache[CacheId, A] extends AnyRef
A single entity is stored in the cache.
A single entity is stored in the cache. Akin to previous ShortLivedCache/Save4Later.
- class MongoCacheRepository[CacheId] extends PlayMongoRepository[CacheItem]
- class SessionCacheRepository extends MongoDatabaseCollection
CacheId is stored in session with sessionIdKey
Value Members
- object CacheIdType
- object MongoCacheRepository