Package

scalacache

Permalink

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. All

Type Members

  1. type Id[X] = X

    Permalink

Value Members

  1. package cache2k

    Permalink
  2. def caching[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: ⇒ V)(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[V]

    Permalink
  3. def cachingF[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: ⇒ F[V])(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[V]

    Permalink
  4. def get[F[_], V](keyParts: Any*)(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[Option[V]]

    Permalink
  5. def put[F[_], V](keyParts: Any*)(value: V, ttl: Option[Duration])(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[Any]

    Permalink
  6. def remove[F[_], V](keyParts: Any*)(implicit cache: Cache[V], mode: Mode[F]): F[Any]

    Permalink
  7. def removeAll[V]: RemoveAll[V]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped