Packages

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]
  2. type ReaderTTask[C, A] = Kleisli[Task, C, A]
  3. type ReaderTTaskMemcachedConnection[A] = Kleisli[Task, MemcachedConnection, A]
  4. final class ScalaPool extends MemcachedConnectionPool[Task]
  5. final case class ScalaPoolConfig(sizePerPeer: Option[Int] = None, maxIdleTime: Option[Duration] = None, validationTimeout: Option[Duration] = None) extends Product with Serializable

Value Members

  1. object ScalaPool

Inherited from AnyRef

Inherited from Any

Ungrouped