Class ThreadLocalReadOnlyAccessCacheInternal
- java.lang.Object
-
- com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
-
public class ThreadLocalReadOnlyAccessCacheInternal extends Object
Wrapper around theThreadLocalCache
to deal with caching read-only access.ThreadLocalCache
uses) to work,ThreadLocalCache.init()
must be called. Normally this is done byThreadLocalCacheFilter
. In integration tests you'll need to do it manually.- Since:
- 6.9.0
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalReadOnlyAccessCacheInternal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
disableReadOnlyAccessExemption()
static void
enableReadOnlyAccessExemption()
static boolean
hasReadOnlyAccessExemption()
-