Packages

p

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
Visibility
  1. Public
  2. Protected

Package Members

  1. package caffeine

Value Members

  1. def caching[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: => V)(implicit cache: Cache[F, V], flags: Flags): F[V]
  2. def cachingF[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: => F[V])(implicit cache: Cache[F, V], flags: Flags): F[V]
  3. def get[F[_], V](keyParts: Any*)(implicit cache: Cache[F, V], flags: Flags): F[Option[V]]
  4. def put[F[_], V](keyParts: Any*)(value: V, ttl: Option[Duration])(implicit cache: Cache[F, V], flags: Flags): F[Unit]
  5. def remove[F[_], V](keyParts: Any*)(implicit cache: Cache[F, V]): F[Unit]
  6. def removeAll[V]: RemoveAll[V]

Inherited from AnyRef

Inherited from Any

Ungrouped