Class ThreadLocalReadOnlyAccessCacheInternal
- java.lang.Object
-
- com.atlassian.confluence.internal.accessmode.ThreadLocalReadOnlyAccessCacheInternal
-
public class ThreadLocalReadOnlyAccessCacheInternal extends Object
Wrapper around theThreadLocalCacheto deal with caching read-only access.
Note for this (and allThreadLocalCacheuses) 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 voiddisableReadOnlyAccessExemption()static voidenableReadOnlyAccessExemption()static booleanhasReadOnlyAccessExemption()
-