Packages

p

scalacache

package scalacache

Linear Supertypes
JavaSerializationCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalacache
  2. JavaSerializationCodec
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Id[X] = X

Value Members

  1. implicit def AnyRefBinaryCodec[S <: Serializable](implicit ev: ClassTag[S]): Codec[S]
    Definition Classes
    JavaSerializationCodec
  2. def caching[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: ⇒ V)(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[V]
  3. def cachingF[F[_], V](keyParts: Any*)(ttl: Option[Duration])(f: ⇒ F[V])(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[V]
  4. def get[F[_], V](keyParts: Any*)(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[Option[V]]
  5. def put[F[_], V](keyParts: Any*)(value: V, ttl: Option[Duration])(implicit cache: Cache[V], mode: Mode[F], flags: Flags): F[Any]
  6. def remove[F[_], V](keyParts: Any*)(implicit cache: Cache[V], mode: Mode[F]): F[Any]
  7. def removeAll[V]: RemoveAll[V]

Inherited from JavaSerializationCodec

Inherited from AnyRef

Inherited from Any

Ungrouped