public final class

CacheFlushingPostImportTask

extends Object
implements PostImportTask
java.lang.Object
   ↳ com.atlassian.confluence.importexport.CacheFlushingPostImportTask

Class Overview

Clears any caches that require it after an import has been done.

Summary

Public Constructors
CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, EventPublisher eventPublisher)
Public Methods
void execute(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.importexport.PostImportTask

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