Liferay 6.1.2-ce-ga3

com.liferay.portal.cache.transactional
Class TransactionalPortalCacheHelper

java.lang.Object
  extended by com.liferay.portal.cache.transactional.TransactionalPortalCacheHelper

public class TransactionalPortalCacheHelper
extends Object


Constructor Summary
TransactionalPortalCacheHelper()
           
 
Method Summary
static void begin()
           
static void commit()
           
protected static Object get(PortalCache portalCache, Serializable key)
           
static boolean isEnabled()
           
protected static void put(PortalCache portalCache, Serializable key, Object value)
           
protected static void removeAll(PortalCache portalCache)
           
static void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalPortalCacheHelper

public TransactionalPortalCacheHelper()
Method Detail

begin

public static void begin()

commit

public static void commit()

isEnabled

public static boolean isEnabled()

rollback

public static void rollback()

get

protected static Object get(PortalCache portalCache,
                            Serializable key)

put

protected static void put(PortalCache portalCache,
                          Serializable key,
                          Object value)

removeAll

protected static void removeAll(PortalCache portalCache)

Liferay 6.1.2-ce-ga3