Liferay 7.0-ce-b4

com.liferay.portal.kernel.cache
Class SingleVMPoolUtil

java.lang.Object
  extended by com.liferay.portal.kernel.cache.SingleVMPoolUtil

public class SingleVMPoolUtil
extends Object


Constructor Summary
SingleVMPoolUtil()
           
 
Method Summary
static void clear()
           
static
<K extends Serializable,V>
PortalCache<K,V>
getCache(String portalCacheName)
          Deprecated. As of 7.0.0, replaced by getPortalCache(String)
static
<K extends Serializable,V>
PortalCache<K,V>
getCache(String portalCacheName, boolean blocking)
          Deprecated. As of 7.0.0, replaced by getPortalCache(String, boolean)
static
<K extends Serializable,V>
PortalCacheManager<K,V>
getCacheManager()
          Deprecated. As of 7.0.0, replaced by getPortalCacheManager()
static
<K extends Serializable,V>
PortalCache<K,V>
getPortalCache(String portalCacheName)
           
static
<K extends Serializable,V>
PortalCache<K,V>
getPortalCache(String portalCacheName, boolean blocking)
           
static
<K extends Serializable,V>
PortalCacheManager<K,V>
getPortalCacheManager()
           
static void removeCache(String portalCacheName)
          Deprecated. As of 7.0.0, replaced by removePortalCache(String)
static void removePortalCache(String portalCacheName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleVMPoolUtil

public SingleVMPoolUtil()
Method Detail

clear

public static void clear()

getCache

@Deprecated
public static <K extends Serializable,V> PortalCache<K,V> getCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by getPortalCache(String)


getCache

@Deprecated
public static <K extends Serializable,V> PortalCache<K,V> getCache(String portalCacheName,
                                                                              boolean blocking)
Deprecated. As of 7.0.0, replaced by getPortalCache(String, boolean)


getCacheManager

@Deprecated
public static <K extends Serializable,V> PortalCacheManager<K,V> getCacheManager()
Deprecated. As of 7.0.0, replaced by getPortalCacheManager()


getPortalCache

public static <K extends Serializable,V> PortalCache<K,V> getPortalCache(String portalCacheName)

getPortalCache

public static <K extends Serializable,V> PortalCache<K,V> getPortalCache(String portalCacheName,
                                                                         boolean blocking)

getPortalCacheManager

public static <K extends Serializable,V> PortalCacheManager<K,V> getPortalCacheManager()

removeCache

@Deprecated
public static void removeCache(String portalCacheName)
Deprecated. As of 7.0.0, replaced by removePortalCache(String)


removePortalCache

public static void removePortalCache(String portalCacheName)

Liferay 7.0-ce-b4