Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.cache 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 with parameters of type Lifecycle
static void ThreadLocalCacheManager.clearAll(Lifecycle lifecycle)
           
static
<T> ThreadLocalCache<T>
ThreadLocalCacheManager.getThreadLocalCache(Lifecycle lifecycle, Serializable name)
           
 

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


Liferay 6.1.2-ce-ga3