java.lang.Object | |
↳ | com.atlassian.jira.cache.JiraVCacheInitialisationUtils |
Initialisation utilities for VCache.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Executes any transactions associated with current request context and cleans it up.
| |||||||||||
Temporary method to get current tenant as TenantContext is not implemented correctly in JIRA.
| |||||||||||
Initialises thread local request context for VCache with the tenant provided as a parameter.
| |||||||||||
Initialises thread local request context for VCache with the tenant supplied by TenantContext.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Executes any transactions associated with current request context and cleans it up.
Temporary method to get current tenant as TenantContext is not implemented correctly in JIRA. For the time being it should be called by anything that needs current tenant. NOTE: This method will be removed once JVC-18 is fixed.
Initialises thread local request context for VCache with the tenant provided as a parameter.
currentTenant | tenant with which request context will be initialised. |
---|
Initialises thread local request context for VCache with the tenant supplied by TenantContext.