Uses of Enum Class
com.liferay.portal.kernel.cache.thread.local.Lifecycle
Packages that use Lifecycle
-
Uses of Lifecycle in com.liferay.portal.kernel.cache.thread.local
Methods in com.liferay.portal.kernel.cache.thread.local that return LifecycleModifier and TypeMethodDescriptionThreadLocalCache.getLifecycle()
static Lifecycle
Returns the enum constant of this class with the specified name.static Lifecycle[]
Lifecycle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.cache.thread.local with parameters of type LifecycleModifier and TypeMethodDescriptionstatic void
static void
static void
static <T> ThreadLocalCache<T>
ThreadLocalCacheManager.getThreadLocalCache
(Lifecycle lifecycle, Serializable name) static <T> ThreadLocalCache<T>
ThreadLocalCacheManager.getThreadLocalCache
(Lifecycle lifecycle, Object name) Constructors in com.liferay.portal.kernel.cache.thread.local with parameters of type Lifecycle