Package | Description |
---|---|
com.atlassian.confluence.impl.vcache | |
com.atlassian.confluence.vcache |
Modifier and Type | Method and Description |
---|---|
<T,X extends Throwable> |
VCacheRequestContextManager.doInRequestContext(String partitionIdentifer,
VCacheRequestContextOperations.Action<T,X> action)
Deprecated.
since 6.0. Partitions are not supported in Confluence Server
|
<T,X extends Throwable> |
DummyVCacheRequestContextOperations.doInRequestContext(String partitionIdentifier,
VCacheRequestContextOperations.Action<T,X> action) |
<T,X extends Throwable> |
VCacheRequestContextManager.doInRequestContext(VCacheRequestContextOperations.Action<T,X> action)
Executes the supplied action callback within a VCache
RequestContext , using the system default
partition identifier. |
<T,X extends Throwable> |
DummyVCacheRequestContextOperations.doInRequestContext(VCacheRequestContextOperations.Action<T,X> action) |
Modifier and Type | Method and Description |
---|---|
<T,X extends Throwable> |
VCacheRequestContextOperations.doInRequestContext(String partitionIdentifier,
VCacheRequestContextOperations.Action<T,X> action)
Deprecated.
since 6.0. Partitions are not supported in Confluence Server
|
<T,X extends Throwable> |
VCacheRequestContextOperations.doInRequestContext(VCacheRequestContextOperations.Action<T,X> action)
Executes the supplied action callback within a VCache
RequestContext , using the system default
partition identifier. |
Copyright © 2003–2017 Atlassian. All rights reserved.