Class CacheFlushingPostImportTask

java.lang.Object
com.atlassian.confluence.importexport.CacheFlushingPostImportTask
All Implemented Interfaces:
PostImportTask

@Deprecated public final class CacheFlushingPostImportTask extends Object implements 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 Details

    • CacheFlushingPostImportTask

      public CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
      Deprecated.
  • Method Details

    • execute

      public void execute(ImportContext context)
      Deprecated.
      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