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 LifecycleReturns 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 voidstatic voidstatic voidstatic <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