Uses of Interface
com.atlassian.confluence.impl.cache.CacheFlusher
Packages that use CacheFlusher
Package
Description
Imports Confluence data from an XML backup.
-
Uses of CacheFlusher in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type CacheFlusherModifierConstructorDescriptionDefaultSiteMigrator
(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityObjectDao 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, ContentEntityObjectDao contentEntityObjectDao, 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 CacheFlusherModifierConstructorDescriptionRestoreService
(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 CacheFlusherModifierConstructorDescriptionPreImportTaskRunner
(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 CacheFlusherModifier and TypeMethodDescriptionstatic 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 CacheFlusherModifier and TypeMethodDescriptionstatic CacheFlusher
CacheFlusher.createCompositeCacheFlusher
(Collection<CacheFlusher> cacheFlushers) -
Uses of CacheFlusher in com.atlassian.confluence.impl.vcache
Classes in com.atlassian.confluence.impl.vcache that implement CacheFlusherModifier and TypeClassDescriptionclass
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 CacheFlusherModifier and TypeMethodDescriptionvoid
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 CacheFlusherModifier and TypeMethodDescriptionvoid
DefaultUpgradeManager.setCacheFlusher
(CacheFlusher cacheFlusher) -
Uses of CacheFlusher in com.atlassian.integrationtest.confluence.cache
Classes in com.atlassian.integrationtest.confluence.cache that implement CacheFlusherModifier and TypeClassDescriptionclass
Hibernate cache regions in integration tests are not managed by atlassian-cache thus we *must* flush Hibernate cache regions manually here.