Class OfBizCacheFlushingManager
java.lang.Object
com.atlassian.jira.crowd.embedded.ofbiz.OfBizCacheFlushingManager
Dependencies on cache flushing orders exist between the Daos and are enforced by this class
e.g. the
OfBizDirectoryDao must be flushed before the OfBizUserDao as the OfBizUserDao queries
OfBizDirectoryDao for the list of directories when rebuilding its cache.- Since:
- v1.3.7
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionOfBizCacheFlushingManager(com.atlassian.event.api.EventPublisher eventPublisher, ExtendedUserDao ofBizUserDao, OfBizDirectoryDao ofBizDirectoryDao, OfBizGroupDao ofBizGroupDao, OfBizInternalMembershipDao ofBizInternalMembershipDao, OfBizApplicationDao ofBizApplicationDao) -
Method Summary
-
Constructor Details
-
OfBizCacheFlushingManager
public OfBizCacheFlushingManager(com.atlassian.event.api.EventPublisher eventPublisher, ExtendedUserDao ofBizUserDao, OfBizDirectoryDao ofBizDirectoryDao, OfBizGroupDao ofBizGroupDao, OfBizInternalMembershipDao ofBizInternalMembershipDao, OfBizApplicationDao ofBizApplicationDao)
-