Packages

package cache

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CacheIdType[-CacheId] extends AnyRef
  2. final case class CacheItem(id: String, data: JsObject, createdAt: Instant, modifiedAt: Instant) extends Product with Serializable
  3. final case class DataKey[A](unwrap: String) extends AnyVal with Product with Serializable
  4. 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.

  5. class MongoCacheRepository[CacheId] extends PlayMongoRepository[CacheItem]
  6. class SessionCacheRepository extends MongoDatabaseCollection

    CacheId is stored in session with sessionIdKey

Value Members

  1. object CacheIdType
  2. object MongoCacheRepository

Ungrouped