Uses of Interface
com.atlassian.confluence.impl.cache.CacheFlusher
-
Packages that use CacheFlusher Package Description com.atlassian.confluence.content.render.xhtml.migration com.atlassian.confluence.impl.backuprestore.restore com.atlassian.confluence.impl.backuprestore.restore.taskrunners com.atlassian.confluence.impl.cache com.atlassian.confluence.impl.vcache com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.upgrade.impl -
-
Uses of CacheFlusher in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type CacheFlusher Constructor Description DefaultSiteMigrator(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, ExceptionTolerantMigrator migrator, CacheFlusher cacheFlusher, BatchableWorkSource<ContentEntityObject> workSource, String versionCommentProperty, String defaultVersionCommment, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
SiteMigratorFactory(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, CacheFlusher cacheFlusher, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
-
Uses of CacheFlusher in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type CacheFlusher Constructor Description RestoreService(org.hibernate.SessionFactory sessionFactory, BackupContainerReaderFactory backupContainerReaderFactory, ImportedObjectsDispatcherFactory importedObjectsDispatcherFactory, OnRestoreEventsSender onRestoreEventsSender, ExportableEntityInfoFactory exportableEntityInfoFactory, ImportTaskRunnerFactory importTaskRunnerFactory, BackupPropertiesValidator backupPropertiesValidator, OnRestoreSearchIndexerFactory onRestoreSearchIndexerFactory, RestoreDao restoreDao, BackupRestoreJobDao backupRestoreJobDao, SpaceDaoInternal spaceDaoInternal, CacheFlusher cacheFlusher, com.atlassian.event.api.EventPublisher eventPublisher, HiLoGeneratorInitialiserOnSiteRestore hiLoGeneratorInitialiserOnSiteRestore, StatisticsCollectorFactory statisticsCollectorFactory, ParallelTasksExecutorFactory parallelTasksExecutorFactory)
-
Uses of CacheFlusher in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Constructors in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type CacheFlusher Constructor Description PreImportTaskRunner(org.hibernate.SessionFactory sessionFactory, IndexManager indexManager, com.atlassian.scheduler.core.SchedulerServiceController clusterSchedulerServiceController, org.springframework.transaction.PlatformTransactionManager transactionManager, ConfluenceSchemaCreator confluenceSchemaCreator, CacheFlusher cacheFlusher, SiteRestoreJobResurrector siteRestoreJobResurrector, PluginTemporaryDisabler pluginTemporaryDisabler, OnRestoreEventsSender onRestoreEventsSender)
-
Uses of CacheFlusher in com.atlassian.confluence.impl.cache
Methods in com.atlassian.confluence.impl.cache that return CacheFlusher Modifier and Type Method Description static CacheFlusher
CacheFlusher. cacheFlusher(com.atlassian.cache.CacheManager cacheManager)
Deprecated.since 5.10static CacheFlusher
CacheFlusher. createCacheManagerFlusher(com.atlassian.cache.CacheManager cacheManager)
Deprecated.since 5.10static CacheFlusher
CacheFlusher. createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers)
Method parameters in com.atlassian.confluence.impl.cache with type arguments of type CacheFlusher Modifier and Type Method Description static CacheFlusher
CacheFlusher. createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers)
-
Uses of CacheFlusher in com.atlassian.confluence.impl.vcache
Classes in com.atlassian.confluence.impl.vcache that implement CacheFlusher Modifier and Type Class Description class
VCacheFlusher
An implementation ofCacheFlusher
which flushesVCache
instances. -
Uses of CacheFlusher in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type CacheFlusher Modifier and Type Method Description void
BackupImporter. setCacheFlusher(CacheFlusher cacheFlusher)
Deprecated. -
Uses of CacheFlusher in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type CacheFlusher Modifier and Type Method Description void
DefaultUpgradeManager. setCacheFlusher(CacheFlusher cacheFlusher)
-