Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.memory.PoolAction

Packages that use PoolAction
com.liferay.portal.kernel.memory   
 

Uses of PoolAction in com.liferay.portal.kernel.memory
 

Constructors in com.liferay.portal.kernel.memory with parameters of type PoolAction
SoftReferencePool(PoolAction<V,P> poolAction)
           
SoftReferencePool(PoolAction<V,P> poolAction, int maxIdleSize)
           
SoftReferencePool(PoolAction<V,P> poolAction, int maxIdleSize, boolean useWeakCounter)
           
 


Liferay 6.2-ce-ga5