GenericKeyedObjectPool.this

Create a new <code>GenericKeyedObjectPool</code> using a specific configuration.

@param factory the factory to be used to create entries @param config The configuration to use for this pool instance. The configuration is used by value. Subsequent changes to the configuration object will not be reflected in the pool.

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

Meta