@Deprecated public class CacheResource extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log
Deprecated.
|
Constructor and Description |
---|
CacheResource(com.atlassian.event.api.EventPublisher eventPublisher,
JiraAuthenticationContext jiraAuthenticationContext,
PermissionManager permissionManager,
FeatureManager featureManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
clearCaches()
Deprecated.
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear
their contents completely.
|
javax.ws.rs.core.Response |
clearClassLoaderCache()
Deprecated.
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear
their contents completely.
|
public CacheResource(com.atlassian.event.api.EventPublisher eventPublisher, JiraAuthenticationContext jiraAuthenticationContext, PermissionManager permissionManager, FeatureManager featureManager)
public javax.ws.rs.core.Response clearCaches()
The intended purpose of this is to shrink the memory usage of a Jira instance which is not being actively used.
public javax.ws.rs.core.Response clearClassLoaderCache()
The intended purpose of this is to shrink the memory usage of a Jira instance which is not being actively used.
Copyright © 2002-2024 Atlassian. All Rights Reserved.