Liferay 6.2-ce-ga5

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
<K extends Serializable,V>
V
get(PortalCache<K,V> portalCache, K key)
           
static boolean isEnabled()
           
protected static
<K extends Serializable,V>
void
put(PortalCache<K,V> portalCache, K key, V value)
           
protected static
<K extends Serializable,V>
void
put(PortalCache<K,V> portalCache, K key, V value, int ttl)
           
protected static
<K extends Serializable,V>
void
removeAll(PortalCache<K,V> 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 <K extends Serializable,V> V get(PortalCache<K,V> portalCache,
                                                  K key)

put

protected static <K extends Serializable,V> void put(PortalCache<K,V> portalCache,
                                                     K key,
                                                     V value)

put

protected static <K extends Serializable,V> void put(PortalCache<K,V> portalCache,
                                                     K key,
                                                     V value,
                                                     int ttl)

removeAll

protected static <K extends Serializable,V> void removeAll(PortalCache<K,V> portalCache)

Liferay 6.2-ce-ga5