Searched defs:UnrefedPooledCache (Results 1 – 1 of 1) sorted by relevance
44 public class UnrefedPooledCache<K, V extends Poolable> implements PooledCache<K, V> { class59 public UnrefedPooledCache(int targetSize, float nonPooledFraction) { in UnrefedPooledCache() method in UnrefedPooledCache