Uses of Enum Class
com.atlassian.confluence.core.persistence.hibernate.CacheMode
Packages that use CacheMode
- 
Uses of CacheMode in com.atlassian.confluence.core.persistence.hibernateFields in com.atlassian.confluence.core.persistence.hibernate declared as CacheModeModifier and TypeFieldDescriptionstatic final CacheModeSessionCacheModeThreadLocal.DEFAULT_CACHE_MODEMethods in com.atlassian.confluence.core.persistence.hibernate that return CacheModeModifier and TypeMethodDescriptionstatic CacheModeSessionCacheModeThreadLocal.get()static CacheModeReturns the enum constant of this class with the specified name.static CacheMode[]CacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type CacheModeModifier and TypeMethodDescriptionstatic voidSet cache mode for Hibernate sessions in current threadstatic CleanupSessionCacheModeThreadLocal.temporarilySetCacheMode(CacheMode cacheMode) Temporarily set the CacheMode within a try-with-resources code block.