public static final class OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(ClearCacheEvent event)
Listens for the
ClearCacheEvent, which means we need to flush all the caches in the correct
order. |
void |
onEvent(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event)
Listens for the
DirectoryDeletedEvent, which means we need to flush all the caches in the correct
order. |
void |
onEvent(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event)
Listens for the
XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct
order. |
@EventListener public void onEvent(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event)
XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct
order.event - XMLRestoreFinishedEvent.@EventListener public void onEvent(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event)
DirectoryDeletedEvent, which means we need to flush all the caches in the correct
order.event - DirectoryDeletedEvent.@EventListener public void onEvent(ClearCacheEvent event)
ClearCacheEvent, which means we need to flush all the caches in the correct
order.event - ClearCacheEvent.Copyright © 2002-2017 Atlassian. All Rights Reserved.