public class ThreadLocalReadOnlyAccessCacheInternal extends Object
ThreadLocalCache to deal with caching read-only access.
Note for this (and all
ThreadLocalCache uses) to work,
ThreadLocalCache.init() must be called.
Normally this is done by ThreadLocalCacheFilter.
In integration tests you'll need to do it manually.| Constructor and Description |
|---|
ThreadLocalReadOnlyAccessCacheInternal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disableReadOnlyAccessExemption() |
static void |
enableReadOnlyAccessExemption() |
static boolean |
hasReadOnlyAccessExemption() |
Copyright © 2003–2022 Atlassian. All rights reserved.