Uses of Interface
com.atlassian.confluence.vcache.VCacheRequestContextOperations
-
Packages that use VCacheRequestContextOperations Package Description com.atlassian.confluence.event com.atlassian.confluence.impl.vcache com.atlassian.confluence.spring.transaction.interceptor -
-
Uses of VCacheRequestContextOperations in com.atlassian.confluence.event
Constructors in com.atlassian.confluence.event with parameters of type VCacheRequestContextOperations Constructor Description ConfluenceEventDispatcher(com.atlassian.event.spi.EventExecutorFactory executorFactory, com.atlassian.event.internal.AsynchronousEventResolver asynchronousEventResolver, com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager, VCacheRequestContextOperations ignored)
Deprecated.since 8.0 -
Uses of VCacheRequestContextOperations in com.atlassian.confluence.impl.vcache
Classes in com.atlassian.confluence.impl.vcache that implement VCacheRequestContextOperations Modifier and Type Class Description class
DummyVCacheRequestContextOperations
Trivial implementation of the interface which just invoked the action directly.class
VCacheRequestContextManager
An implementation ofVCacheRequestContextOperations
which provides a simple interface to client code. -
Uses of VCacheRequestContextOperations in com.atlassian.confluence.spring.transaction.interceptor
Constructors in com.atlassian.confluence.spring.transaction.interceptor with parameters of type VCacheRequestContextOperations Constructor Description ConfluenceSpringHostContextAccessor(org.springframework.transaction.PlatformTransactionManager transactionManager, VCacheRequestContextOperations ignored)
Deprecated.since 8.0
-