GenericKeyedObjectPool.this

Create a new <code>GenericKeyedObjectPool</code> using defaults from {@link GenericKeyedObjectPoolConfig}. @param factory the factory to be used to create entries

  1. this(KeyedPooledObjectFactory!(K, T) factory)
    class GenericKeyedObjectPool(K, T)
  2. this(KeyedPooledObjectFactory!(K, T) factory, GenericKeyedObjectPoolConfig!(T) config)

Meta