com.atlassian.confluence.importexport
Class CacheFlushingPostImportTask
java.lang.Object
com.atlassian.confluence.importexport.CacheFlushingPostImportTask
- All Implemented Interfaces:
- PostImportTask
public final class CacheFlushingPostImportTask
- extends Object
- implements PostImportTask
Clears any caches that require it after an import has been done.
Method Summary |
void |
execute(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheFlushingPostImportTask
public CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager,
EventPublisher eventPublisher)
execute
public void execute(ImportContext context)
- Description copied from interface:
PostImportTask
- Perform any necessary clean-up to ensure the imported data is internally consistent.
- Specified by:
execute
in interface PostImportTask
- Parameters:
context
- the context of the import which has just finished