Package

com.github.j5ik2o.reactive

memcached

Permalink

package memcached

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

Type Members

  1. type ReaderMemcachedConnection[M[_], A] = Kleisli[M, MemcachedConnection, A]

    Permalink
  2. type ReaderTTask[C, A] = Kleisli[Task, C, A]

    Permalink
  3. type ReaderTTaskMemcachedConnection[A] = Kleisli[Task, MemcachedConnection, A]

    Permalink
  4. final class ScalaPool extends MemcachedConnectionPool[Task]

    Permalink
  5. final case class ScalaPoolConfig(sizePerPeer: Option[Int] = None, maxIdleTime: Option[Duration] = None, validationTimeout: Option[Duration] = None) extends Product with Serializable

    Permalink

Value Members

  1. object ScalaPool

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped