ExpiringPool

io.github.andrebeat.pool.ExpiringPool
See theExpiringPool companion class
object ExpiringPool

Object containing factory methods for io.github.andrebeat.pool.ExpiringPool.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A <: AnyRef](capacity: Int, referenceType: ReferenceType, maxIdleTime: Duration, factory: () => A, reset: A => Unit, dispose: A => Unit, healthCheck: A => Boolean): ExpiringPool[A]