Example usage for org.apache.commons.pool BaseObjectPool subclass-usage

List of usage examples for org.apache.commons.pool BaseObjectPool subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.pool BaseObjectPool subclass-usage.

Usage

From source file org.orbeon.oxf.util.SoftReferenceObjectPool.java

/**
 * A {@link java.lang.ref.SoftReference SoftReference} based
 * {@link ObjectPool}.
 *
 * @param <T> the type of objects held in this pool
 *