| java.lang.Object |
| ↳ |
com.atlassian.confluence.importexport.CacheFlushingPostImportTask |
Class Overview
Clears any caches that require it after an import has been done.
Summary
| Public Methods |
|
void
|
execute(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent.
|
Public Constructors
public
CacheFlushingPostImportTask
(SpacePermissionManager spacePermissionManager, EventPublisher eventPublisher)
Public Methods
public
void
execute
(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent.
Parameters
| context
| the context of the import which has just finished |