Class CacheFlushingPostImportTask
java.lang.Object
com.atlassian.confluence.importexport.CacheFlushingPostImportTask
- All Implemented Interfaces:
PostImportTask
Deprecated.
since 7.17.0. Will be moved to 'impl' package in the future.
Clears any caches that require it after an import has been done.
-
Constructor Summary
ConstructorsConstructorDescriptionCacheFlushingPostImportTask
(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ImportContext context) Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent.
-
Constructor Details
-
CacheFlushingPostImportTask
public CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated.
-
-
Method Details
-
execute
Deprecated.Description copied from interface:PostImportTask
Perform any necessary clean-up to ensure the imported data is internally consistent.- Specified by:
execute
in interfacePostImportTask
- Parameters:
context
- the context of the import which has just finished
-