Package | Description |
---|---|
com.atlassian.jira.cache |
Modifier and Type | Method and Description |
---|---|
static ZduCacheMigrationHelper.JiraVersion |
ZduCacheMigrationHelper.JiraVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZduCacheMigrationHelper.JiraVersion[] |
ZduCacheMigrationHelper.JiraVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> com.atlassian.cache.CachedReference<T> |
ZduCacheMigrationHelper.migrate(com.atlassian.cache.CacheFactory cacheManager,
String oldCacheName,
ZduCacheMigrationHelper.JiraVersion version,
com.atlassian.cache.CachedReference<T> newCache)
This method should be used when you split/rename a cache and need to maintain cache consistency
in a mixed-version ZDU environment.
|
Copyright © 2002-2023 Atlassian. All Rights Reserved.