Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.cache.SingleVMPool

Packages that use SingleVMPool
com.liferay.portal.cache   
com.liferay.portal.cache.keypool   
com.liferay.portal.kernel.cache   
com.liferay.portal.webcache   
 

Uses of SingleVMPool in com.liferay.portal.cache
 

Classes in com.liferay.portal.cache that implement SingleVMPool
 class SingleVMPoolImpl
           
 

Uses of SingleVMPool in com.liferay.portal.cache.keypool
 

Methods in com.liferay.portal.cache.keypool with parameters of type SingleVMPool
 void MultiVMKeyPoolPortalCacheManager.setSingleVMPool(SingleVMPool singleVMPool)
           
 

Uses of SingleVMPool in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache that return SingleVMPool
static SingleVMPool SingleVMPoolUtil.getSingleVMPool()
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type SingleVMPool
 void SingleVMPoolUtil.setSingleVMPool(SingleVMPool singleVMPool)
           
 

Uses of SingleVMPool in com.liferay.portal.webcache
 

Methods in com.liferay.portal.webcache with parameters of type SingleVMPool
 void WebCachePoolImpl.setSingleVMPool(SingleVMPool singleVMPool)
           
 


Liferay 6.1.2-ce-ga3