Interface EvictionPolicy<T>

Type Parameters:
T - the type of objects in the pool
All Known Implementing Classes:
DefaultEvictionPolicy

public interface EvictionPolicy<T>
To provide a custom eviction policy (i.e. something other than DefaultEvictionPolicy for a pool, users must provide an implementation of this interface that provides the required eviction policy.
Since:
2.0