Uses of Interface
com.atlassian.confluence.impl.cache.tx.TransactionAwareCacheFactory
Packages that use TransactionAwareCacheFactory
Package
Description
-
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.cache
Classes in com.atlassian.confluence.cache that implement TransactionAwareCacheFactoryModifier and TypeClassDescriptionclassA cache factory that produces transactional caches. -
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.impl.cache.tx
Methods in com.atlassian.confluence.impl.cache.tx that return TransactionAwareCacheFactoryModifier and TypeMethodDescriptionstatic TransactionAwareCacheFactoryTransactionAwareCacheFactory.from(com.atlassian.cache.CacheFactory delegate) Narrow aCacheFactorydown to theTransactionAwareCacheFactoryinterface. -
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.impl.retention.manager
Constructors in com.atlassian.confluence.impl.retention.manager with parameters of type TransactionAwareCacheFactoryModifierConstructorDescriptionCachingSpaceRetentionPolicyManager(SpaceRetentionPolicyManager delegate, TransactionAwareCacheFactory cacheFactory) -
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.impl.security
Constructors in com.atlassian.confluence.impl.security with parameters of type TransactionAwareCacheFactoryModifierConstructorDescriptionCachingInheritedContentPermissionManager(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDaoInternal pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) CachingSpacePermissionManager(SpacePermissionDao spacePermissionDao, PermissionCheckExemptions permissionCheckExemptions, SpacePermissionDefaultsStoreFactory spacePermissionDefaultsStoreFactory, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceAccessManager confluenceAccessManager, SpacePermissionAccessMapper spacePermissionAccessMapper, com.atlassian.crowd.embedded.api.CrowdService crowdService, ConfluenceUserResolver userResolver, AccessModeManager accessModeManager, GlobalSettingsManager settingsManager, GroupResolver groupResolver, SpaceDaoInternal spaceDao) -
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.impl.security.recovery
Constructors in com.atlassian.confluence.impl.security.recovery with parameters of type TransactionAwareCacheFactoryModifierConstructorDescriptionRecoveryAwareCachingSpacePermissionManager(SpacePermissionDao spacePermissionDao, PermissionCheckExemptions permissionCheckExemptions, SpacePermissionDefaultsStoreFactory spacePermissionDefaultsStoreFactory, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceAccessManager confluenceAccessManager, SpacePermissionAccessMapper spacePermissionAccessMapper, com.atlassian.crowd.embedded.api.CrowdService crowdService, ConfluenceUserResolver userResolver, AccessModeManager accessModeManager, GlobalSettingsManager settingsManager, GroupResolver groupResolver, SpaceDaoInternal spaceDao) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TransactionAwareCacheFactory in com.atlassian.confluence.impl.user.crowd
Methods in com.atlassian.confluence.impl.user.crowd with parameters of type TransactionAwareCacheFactoryModifier and TypeMethodDescriptionstatic GroupMembershipCacheDefaultGroupMembershipCache.createChildGroupMembershipCache(TransactionAwareCacheFactory cacheFactory) static GroupMembershipCacheDefaultGroupMembershipCache.createParentGroupMembershipCache(TransactionAwareCacheFactory cacheFactory) Constructors in com.atlassian.confluence.impl.user.crowd with parameters of type TransactionAwareCacheFactoryModifierConstructorDescriptionCachedCrowdGroupDao(InternalGroupDao<com.atlassian.crowd.model.group.InternalGroup> delegate, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventPublisher eventPublisher) CachedCrowdUserDao(InternalUserDao<com.atlassian.crowd.model.user.InternalUser> delegate, TransactionAwareCacheFactory txCacheFactory, com.atlassian.cache.CacheFactory nonTxCacheFactory, com.atlassian.event.api.EventPublisher eventPublisher) DefaultApplicationCache(TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventPublisher eventPublisher) DefaultMembershipCache(TransactionAwareCacheFactory cacheFactory)