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, 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 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 CacheFlusherCacheFlusher.cacheFlusher(com.atlassian.cache.CacheManager cacheManager) Deprecated.since 5.10static CacheFlusherCacheFlusher.createCacheManagerFlusher(com.atlassian.cache.CacheManager cacheManager) Deprecated.since 5.10static CacheFlusherCacheFlusher.createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers) Method parameters in com.atlassian.confluence.impl.cache with type arguments of type CacheFlusherModifier and TypeMethodDescriptionstatic CacheFlusherCacheFlusher.createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers) -
Uses of CacheFlusher in com.atlassian.confluence.impl.vcache
Classes in com.atlassian.confluence.impl.vcache that implement CacheFlusherModifier and TypeClassDescriptionclassAn implementation ofCacheFlusherwhich flushesVCacheinstances. -
Uses of CacheFlusher in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type CacheFlusherModifier and TypeMethodDescriptionvoidBackupImporter.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 TypeMethodDescriptionvoidDefaultUpgradeManager.setCacheFlusher(CacheFlusher cacheFlusher) -
Uses of CacheFlusher in com.atlassian.integrationtest.confluence.cache
Classes in com.atlassian.integrationtest.confluence.cache that implement CacheFlusherModifier and TypeClassDescriptionclassHibernate cache regions in integration tests are not managed by atlassian-cache thus we *must* flush Hibernate cache regions manually here.