public static final class

OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener

extends Object
java.lang.Object
   ↳ com.atlassian.jira.crowd.embedded.ofbiz.OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener

Summary

Public Methods
@EventListener void onEvent(DirectoryDeletedEvent event)
Listens for the DirectoryDeletedEvent, which means we need to flush all the caches in the correct order.
@EventListener void onEvent(XMLRestoreFinishedEvent event)
Listens for the XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct order.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@EventListener public void onEvent (DirectoryDeletedEvent event)

Listens for the DirectoryDeletedEvent, which means we need to flush all the caches in the correct order.

Parameters
event DirectoryDeletedEvent.

@EventListener public void onEvent (XMLRestoreFinishedEvent event)

Listens for the XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct order.

Parameters
event XMLRestoreFinishedEvent.