scalacache

package scalacache

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalacache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. def caching[V](keyParts: Any*)(f: ⇒ V)(implicit scalaCache: ScalaCache): V

  2. def cachingWithTTL[V](keyParts: Any*)(ttl: Duration)(f: ⇒ V)(implicit scalaCache: ScalaCache): V

  3. def get[V](keyParts: Any*)(implicit scalaCache: ScalaCache): Future[Option[V]]

  4. def getSync[V](keyParts: Any*)(implicit scalaCache: ScalaCache): Option[V]

  5. def put[V](keyParts: Any*)(value: V, ttl: Option[Duration])(implicit scalaCache: ScalaCache): Future[Unit]

  6. package redis

  7. def remove(keyParts: Any*)(implicit scalaCache: ScalaCache): Future[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped