Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor (if any -
see {@link #setTimeBetweenEvictionRunsMillis(long)}). When non-positive,
no objects will be evicted from the pool due to idle time alone.
@param minEvictableIdleTimeMillis
minimum amount of time an object may sit idle in the pool
before it is eligible for eviction
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see {@link #setTimeBetweenEvictionRunsMillis(long)}). When non-positive, no objects will be evicted from the pool due to idle time alone.
@param minEvictableIdleTimeMillis minimum amount of time an object may sit idle in the pool before it is eligible for eviction
@see #getMinEvictableIdleTimeMillis @see #setTimeBetweenEvictionRunsMillis