Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.cache.thread.local.Lifecycle

Packages that use Lifecycle
com.liferay.portal.kernel.cache.thread.local   
 

Uses of Lifecycle in com.liferay.portal.kernel.cache.thread.local
 

Methods in com.liferay.portal.kernel.cache.thread.local that return Lifecycle
 Lifecycle ThreadLocalCache.getLifecycle()
           
static Lifecycle Lifecycle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Lifecycle[] Lifecycle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.cache.thread.local with parameters of type Lifecycle
static void ThreadLocalCacheManager.clearAll(Lifecycle lifecycle)
           
static void ThreadLocalCacheManager.disable(Lifecycle lifecycle)
           
static void ThreadLocalCacheManager.enable(Lifecycle lifecycle)
           
static
<T> ThreadLocalCache<T>
ThreadLocalCacheManager.getThreadLocalCache(Lifecycle lifecycle, Serializable name)
           
 

Constructors in com.liferay.portal.kernel.cache.thread.local with parameters of type Lifecycle
ThreadLocalCache(Serializable name, Lifecycle lifecycle)
           
 


Liferay 7.0-ce-b4