|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.service.GreenHopperCacheManager
@Service(value="gh-greenHopperCacheManager") public class GreenHopperCacheManager
Currently just provides a way to clear out all caches (used after upgrade tasks).
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE
Service identifier to be used for dependency injection. |
| Constructor Summary | |
|---|---|
GreenHopperCacheManager()
|
|
| Method Summary | |
|---|---|
void |
clearCaches(com.atlassian.jira.event.ClearCacheEvent event)
This method clears all (to us known) GH caches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVICE
| Constructor Detail |
|---|
public GreenHopperCacheManager()
| Method Detail |
|---|
@EventListener
public void clearCaches(@Nullable
com.atlassian.jira.event.ClearCacheEvent event)
event - optional ClearCacheEvent. Param required - in conjunction with EventListener annotation - to bind this
function to the ClearCache Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||