java.lang.Object | |
↳ | com.atlassian.jira.rest.internal.CacheResource |
Enables authorised users to manipulate and configure cache behaviour in JIRA.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear
their contents completely.
| |||||||||||
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear
their contents completely.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear their contents completely. Typical configuration ensures that it will happen asynchronously although that is not guaranteed. Note that requests to the application after calling this may take an initial performance hit until the relevant caches are warmed up again.
The intended purpose of this is to shrink the memory usage of a JIRA instance which is not being actively used.
Invokes the system-wide clear cache event which should cause all caches which have subscribed to this to clear their contents completely. Typical configuration ensures that it will happen asynchronously although that is not guaranteed. Note that requests to the application after calling this may take an initial performance hit until the relevant caches are warmed up again.
The intended purpose of this is to shrink the memory usage of a JIRA instance which is not being actively used.