Liferay 7.0-ce-m3

com.liferay.portal.cache.mvcc
Class MVCCPortalCacheFactory

java.lang.Object
  extended by com.liferay.portal.cache.mvcc.MVCCPortalCacheFactory

public class MVCCPortalCacheFactory
extends Object


Constructor Summary
MVCCPortalCacheFactory()
           
 
Method Summary
static
<K extends Serializable>
PortalCache<K,?>
createMVCCEhcachePortalCache(PortalCache<K,?> portalCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVCCPortalCacheFactory

public MVCCPortalCacheFactory()
Method Detail

createMVCCEhcachePortalCache

public static <K extends Serializable> PortalCache<K,?> createMVCCEhcachePortalCache(PortalCache<K,?> portalCache)

Liferay 7.0-ce-m3