|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalLayoutsCacheKey | |
|---|---|
| com.atlassian.greenhopper.cache.layout | |
| com.pyxis.greenhopper.jira.configurations.layout | |
| Uses of GlobalLayoutsCacheKey in com.atlassian.greenhopper.cache.layout |
|---|
| Methods in com.atlassian.greenhopper.cache.layout that return GlobalLayoutsCacheKey | |
|---|---|
static GlobalLayoutsCacheKey |
GlobalLayoutsCacheKey.create(AbstractLayouts layouts,
Configuration configuration)
|
static GlobalLayoutsCacheKey |
GlobalLayoutsCacheKey.deserialise(java.lang.String serialisedKey)
Poor implementation of deserialisation to work around the fact that our distributed cache can't seem to handle class keys that aren't in core JIRA. |
| Methods in com.atlassian.greenhopper.cache.layout with parameters of type GlobalLayoutsCacheKey | |
|---|---|
static IssueTypeLayoutsCacheKey |
IssueTypeLayoutsCacheKey.create(GlobalLayoutsCacheKey globalLayoutsCacheKey,
java.lang.String issueTypeId)
|
static java.lang.String |
GlobalLayoutsCacheKey.serialise(GlobalLayoutsCacheKey key)
Poor implementation of serialisation to work around the fact that our distributed cache can't seem to handle class keys that aren't in core JIRA. |
| Uses of GlobalLayoutsCacheKey in com.pyxis.greenhopper.jira.configurations.layout |
|---|
| Methods in com.pyxis.greenhopper.jira.configurations.layout with parameters of type GlobalLayoutsCacheKey | |
|---|---|
java.lang.Integer |
LayoutsCache.getMaxLineCount(GlobalLayoutsCacheKey cacheKey)
Retrieves the cached max line count cache. |
java.lang.Integer |
LayoutsCacheImpl.getMaxLineCount(GlobalLayoutsCacheKey cacheKey)
|
void |
LayoutsCache.removeCachedObjects(GlobalLayoutsCacheKey cacheKey)
Remove cached objects related to the global key. |
void |
LayoutsCacheImpl.removeCachedObjects(GlobalLayoutsCacheKey globalLayoutsCacheKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||